任务下发

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 () {
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 {