颜色划线

hn2.0
fanluyan 1 year ago
parent 69ac282b12
commit 1f0a57e007

@ -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();
}

Loading…
Cancel
Save