fix: 过滤组件首项禁用后首次手动设置默认项无法正常显示
This commit is contained in:
parent
5342593e54
commit
1ac8878dcf
@ -162,8 +162,10 @@ export default {
|
||||
},
|
||||
'defaultValueStr': function(value, old) {
|
||||
if (value === old) return
|
||||
this.value = this.fillValueDerfault()
|
||||
this.changeValue(value)
|
||||
this.$nextTick(() => {
|
||||
this.value = this.fillValueDerfault()
|
||||
this.changeValue(value)
|
||||
})
|
||||
},
|
||||
'element.options.attrs.fieldId': function(value, old) {
|
||||
if (value === null || typeof value === 'undefined' || value === old) return
|
||||
|
||||
Loading…
Reference in New Issue
Block a user