任务下发
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
},
|
||||
async _queryPointByArea3 () {
|
||||
try {
|
||||
let res = await queryPointByArea ()
|
||||
let res = await queryPointByArea (this.index)
|
||||
if (res) {
|
||||
this.options3 = res.data
|
||||
} else {
|
||||
@@ -116,7 +116,7 @@
|
||||
},
|
||||
async _queryPointByArea4 () {
|
||||
try {
|
||||
let res = await queryPointByArea ()
|
||||
let res = await queryPointByArea (this.index2)
|
||||
if (res) {
|
||||
this.options4 = res.data
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user