mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
If non-existent values are entered into the select component, won't trigger a search request.
This commit is contained in:
@@ -225,9 +225,6 @@ export default {
|
||||
handler(newValue, oldValue) {
|
||||
},
|
||||
deep: true
|
||||
},
|
||||
iOptions(val) {
|
||||
this.remote = val.length !== 0
|
||||
}
|
||||
},
|
||||
async mounted() {
|
||||
|
||||
Reference in New Issue
Block a user