This commit is contained in:
2025-08-04 10:50:01 +08:00
parent 1b656593d1
commit ccf52246cb
5 changed files with 38 additions and 30 deletions

View File

@@ -115,9 +115,9 @@
try {
let res = await regionList()
if (res) {
this.options = res
this.options = res.data
} else {
this.options =[]
this.options = []
}
} catch (e) {
this.options = []
@@ -127,9 +127,9 @@
try {
let res = await pointList(e)
if (res) {
this.options2 = res
this.options2 = res.data
} else {
this.options2 =[]
this.options2 = []
}
} catch (e) {
this.options2 = []