This commit is contained in:
2026-01-08 14:00:37 +08:00
parent 81080d9535
commit df9ef8b48e
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@
let res = await getSect()
if (res) {
this.options = res
this.index = res[0].value
this.index = res[1].value
} else {
this.options =[]
}