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