From 15a9f1b16ae150eda723592917878c3c524d2e72 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期四, 28 三月 2024 17:31:18 +0800 Subject: [PATCH] 调整车间层级看板设备运行状态统计图表内外圈直径 --- src/views/dashboard/EquipmentSignage.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/dashboard/EquipmentSignage.vue b/src/views/dashboard/EquipmentSignage.vue index 9b445fa..615b2f6 100644 --- a/src/views/dashboard/EquipmentSignage.vue +++ b/src/views/dashboard/EquipmentSignage.vue @@ -265,13 +265,14 @@ equipmentId: '2140223' } }, + created() { + console.log('瑙﹀彂閲嶆柊鍒涘缓') + this.equipmentId = this.productionCode + }, mounted() { window.addEventListener('resize', this.handleWindowResize) this.drawCharts() this.getChartDataByApi() - }, - activated() { - this.handleWindowResize() }, beforeDestroy() { window.removeEventListener('resize', this.handleWindowResize) -- Gitblit v1.9.3