This commit is contained in:
2025-08-28 13:24:23 +08:00
parent ad66dadc37
commit 80153760f5
4 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@
try {
let res = await getRegions()
if (res) {
this.options = res
this.options = res.data
} else {
this.options =[]
}
@@ -95,7 +95,7 @@
try {
let res = await getRegions()
if (res) {
this.options2 = res
this.options2 = res.data
} else {
this.options2 =[]
}

View File

@@ -85,7 +85,7 @@
try {
let res = await getRegions()
if (res) {
this.options = res
this.options = res.data
} else {
this.options =[]
}

View File

@@ -148,7 +148,7 @@
try {
let res = await getRegions()
if (res) {
this.options = res
this.options = res.data
} else {
this.options =[]
}

View File

@@ -126,7 +126,7 @@
try {
let res = await getRegions()
if (res) {
this.options = res
this.options = res.data
} else {
this.options =[]
}