parent
739f658fea
commit
88c6e5838a
|
@ -81,6 +81,13 @@ export default {
|
|||
}
|
||||
},
|
||||
watch: {
|
||||
isLoading(value) {
|
||||
if (value) {
|
||||
this.value = ''
|
||||
} else {
|
||||
this.value = this.metadata.displayColumn
|
||||
}
|
||||
},
|
||||
valueModel(value) {
|
||||
if (this.metadata.inTable) {
|
||||
this.value = value
|
||||
|
|
Loading…
Reference in New Issue