perf: 优化 select 本地搜索

This commit is contained in:
ibuler 2023-06-13 13:24:20 +08:00
parent 25932587a5
commit 07920a4917

View File

@ -216,7 +216,7 @@ export default {
this.$log.debug('Value is : ', this.value)
this.iValue = this.value
this.initialized = true
})
}, 10)
}
this.$nextTick(() => {
// elform
@ -315,6 +315,8 @@ export default {
if (this.iOptions.length === 0) {
this.remote = false
}
} else {
this.remote = false
}
this.iValue = this.value
},