mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-16 07:09:14 +00:00
perf: 优化 select 本地搜索
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
Reference in New Issue
Block a user