From 1f0a57e007070b546387825180d52dcee8e2a13c Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Mon, 15 Apr 2024 09:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9C=E8=89=B2=E5=88=92=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/carouselChart.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/components/carouselChart.vue b/src/views/components/carouselChart.vue index 811e68d..60aa209 100644 --- a/src/views/components/carouselChart.vue +++ b/src/views/components/carouselChart.vue @@ -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(); }