change
This commit is contained in:
@@ -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 =[]
|
||||
}
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
try {
|
||||
let res = await getRegions()
|
||||
if (res) {
|
||||
this.options = res
|
||||
this.options = res.data
|
||||
} else {
|
||||
this.options =[]
|
||||
}
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
try {
|
||||
let res = await getRegions()
|
||||
if (res) {
|
||||
this.options = res
|
||||
this.options = res.data
|
||||
} else {
|
||||
this.options =[]
|
||||
}
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
try {
|
||||
let res = await getRegions()
|
||||
if (res) {
|
||||
this.options = res
|
||||
this.options = res.data
|
||||
} else {
|
||||
this.options =[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user