|
|
@ -331,7 +331,9 @@ export default {
|
|
|
|
.then((res) => {
|
|
|
|
.then((res) => {
|
|
|
|
console.log(res);
|
|
|
|
console.log(res);
|
|
|
|
this.localPoints = res.data.list;
|
|
|
|
this.localPoints = res.data.list;
|
|
|
|
|
|
|
|
if (this.markEnable === 1) {
|
|
|
|
this.drawline();
|
|
|
|
this.drawline();
|
|
|
|
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch((err) => {});
|
|
|
|
.catch((err) => {});
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -354,7 +356,9 @@ export default {
|
|
|
|
.then((res) => {
|
|
|
|
.then((res) => {
|
|
|
|
console.log(res);
|
|
|
|
console.log(res);
|
|
|
|
this.localPoints = res.data.list;
|
|
|
|
this.localPoints = res.data.list;
|
|
|
|
|
|
|
|
if (this.markEnable === 1) {
|
|
|
|
this.drawline();
|
|
|
|
this.drawline();
|
|
|
|
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch((err) => {});
|
|
|
|
.catch((err) => {});
|
|
|
|
},
|
|
|
|
},
|
|
|
|