If non-existent values are entered into the select component, won't trigger a search request.

This commit is contained in:
wangruidong
2024-06-05 15:44:43 +08:00
committed by Bryan
parent f927a2a3cc
commit 67a2a9be6a

View File

@@ -225,9 +225,6 @@ export default {
handler(newValue, oldValue) {
},
deep: true
},
iOptions(val) {
this.remote = val.length !== 0
}
},
async mounted() {