接口
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user