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