This commit is contained in:
2025-07-21 14:34:38 +08:00
parent 6b7d7ab1c0
commit 41c79bfb08
6 changed files with 168 additions and 6 deletions

View File

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