|
|
|
@ -614,6 +614,8 @@ export default {
|
|
|
|
|
.then((res) => {
|
|
|
|
|
console.log(res);
|
|
|
|
|
this.localPoints = res.data.list;
|
|
|
|
|
this.color = res.data.color;
|
|
|
|
|
this.num = res.data.boderWidth;
|
|
|
|
|
if (this.markEnable === 1) {
|
|
|
|
|
this.drawline();
|
|
|
|
|
}
|
|
|
|
@ -651,6 +653,8 @@ export default {
|
|
|
|
|
.then((res) => {
|
|
|
|
|
console.log(res);
|
|
|
|
|
this.localPoints = res.data.list;
|
|
|
|
|
this.color = res.data.color;
|
|
|
|
|
this.num = res.data.boderWidth;
|
|
|
|
|
if (this.markEnable === 1) {
|
|
|
|
|
this.drawline();
|
|
|
|
|
}
|
|
|
|
@ -685,6 +689,8 @@ export default {
|
|
|
|
|
.then((res) => {
|
|
|
|
|
console.log(res);
|
|
|
|
|
this.localPoints = res.data.list;
|
|
|
|
|
this.color = res.data.color;
|
|
|
|
|
this.num = res.data.boderWidth;
|
|
|
|
|
if (this.markEnable === 1) {
|
|
|
|
|
this.drawline();
|
|
|
|
|
}
|
|
|
|
@ -714,6 +720,8 @@ export default {
|
|
|
|
|
.then((res) => {
|
|
|
|
|
console.log(res);
|
|
|
|
|
this.localPoints = res.data.list;
|
|
|
|
|
this.color = res.data.color;
|
|
|
|
|
this.num = res.data.boderWidth;
|
|
|
|
|
if (this.markEnable === 1) {
|
|
|
|
|
this.drawline();
|
|
|
|
|
}
|
|
|
|
@ -739,6 +747,8 @@ export default {
|
|
|
|
|
.then((res) => {
|
|
|
|
|
console.log(res);
|
|
|
|
|
this.localPoints = res.data.list;
|
|
|
|
|
this.color = res.data.color;
|
|
|
|
|
this.num = res.data.boderWidth;
|
|
|
|
|
if (this.markEnable === 1) {
|
|
|
|
|
this.drawline();
|
|
|
|
|
}
|
|
|
|
|