mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-30 22:35:56 +00:00
perf: 优化 select 本地搜索
This commit is contained in:
parent
25932587a5
commit
07920a4917
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user