任务下发

This commit is contained in:
2025-11-07 15:27:58 +08:00
parent dd9a7a24e0
commit 2cc4abd57d

View File

@@ -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 {