This commit is contained in:
2025-07-08 18:33:15 +08:00
parent 9e02823637
commit 10d36c78b6
3 changed files with 8 additions and 14 deletions

View File

@@ -89,12 +89,12 @@
try {
let res = await getSect()
if (res) {
this.options = res
this.options2 = res
} else {
this.options =[]
this.options2 =[]
}
} catch (e) {
this.options = []
this.options2 = []
}
},
selectChange (e) {