mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-27 00:00:01 +08:00
parent
739f658fea
commit
88c6e5838a
@ -81,6 +81,13 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
isLoading(value) {
|
||||||
|
if (value) {
|
||||||
|
this.value = ''
|
||||||
|
} else {
|
||||||
|
this.value = this.metadata.displayColumn
|
||||||
|
}
|
||||||
|
},
|
||||||
valueModel(value) {
|
valueModel(value) {
|
||||||
if (this.metadata.inTable) {
|
if (this.metadata.inTable) {
|
||||||
this.value = value
|
this.value = value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user