mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-04 08:20:57 +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.$log.debug('Value is : ', this.value)
|
||||||
this.iValue = this.value
|
this.iValue = this.value
|
||||||
this.initialized = true
|
this.initialized = true
|
||||||
})
|
}, 10)
|
||||||
}
|
}
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
// 因为elform存在问题,这个来清楚验证
|
// 因为elform存在问题,这个来清楚验证
|
||||||
@ -315,6 +315,8 @@ export default {
|
|||||||
if (this.iOptions.length === 0) {
|
if (this.iOptions.length === 0) {
|
||||||
this.remote = false
|
this.remote = false
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
this.remote = false
|
||||||
}
|
}
|
||||||
this.iValue = this.value
|
this.iValue = this.value
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user