From f0180f41862cc9e55dac15018a5d3320e5dd18f8 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Wed, 15 May 2024 09:17:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=201606=20=E5=BD=93=E6=9C=88=E6=8A=A5?= =?UTF-8?q?=E5=BA=9F=E5=88=86=E6=9E=90=E6=A8=A1=E5=9D=97=E6=89=93=E5=BC=80?= =?UTF-8?q?=E6=88=96=E5=85=B3=E9=97=AD=E7=9B=B8=E5=BA=94=E6=8A=98=E7=BA=BF?= =?UTF-8?q?=E5=9B=BE=E6=97=B6=E4=BC=9A=E5=BC=B9=E5=87=BA=E4=BA=8C=E7=BA=A7?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-screen/src/components/home/leftThree.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sgzb-screen/src/components/home/leftThree.vue b/sgzb-screen/src/components/home/leftThree.vue index c93bfd32..56e69bcd 100644 --- a/sgzb-screen/src/components/home/leftThree.vue +++ b/sgzb-screen/src/components/home/leftThree.vue @@ -4,7 +4,7 @@
当月报废分析
-
+
@@ -234,11 +234,10 @@ export default { } let myCharts = echarts.init(document.querySelector('#accessRateEcharts')); myCharts.setOption(echartOption) + myCharts.off('click').on('click', () => { + this.$refs.scrapAnalysisDialog.setOpen({ open: true, maType: this.maType}) + }) }, - handleClick() { - console.log('handleClick--报废分析') - this.$refs.scrapAnalysisDialog.setOpen({ open: true, maType: this.maType}) - } } }