From 8f1df61c8902a35e41205d7cbd9d0763619e6d46 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 22 八月 2025 16:36:47 +0800 Subject: [PATCH] mdc首页设备管理部分功能调整 --- src/views/dashboard/Analysis.vue | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue index 1432776..8acaf25 100644 --- a/src/views/dashboard/Analysis.vue +++ b/src/views/dashboard/Analysis.vue @@ -1,8 +1,8 @@ <template> - <!--<Component :is="currentSignage" :userType="userType" :productionCode="productionCode"--> - <!--:workshopSectionProductionCode="workshopSectionProductionCode"--> - <!--@switchToNextSignage="switchToNextSignage" @backToLastSignage="backToLastSignage">--> - <!--</Component>--> + <Component :is="currentSignage" :userType="userType" :productionCode="productionCode" + :workshopSectionProductionCode="workshopSectionProductionCode" + @switchToNextSignage="switchToNextSignage" @backToLastSignage="backToLastSignage"> + </Component> </template> <script> @@ -69,7 +69,6 @@ }, switchToNextSignage(params) { - console.log('瀛愮粍浠秔arams', params) if (params.signageName === 'WorkshopSection') this.branchFactoryProductionCode = this.productionCode if (params.signageName === 'Equipment') this.workshopSectionProductionCode = this.productionCode this.$nextTick(() => { -- Gitblit v1.9.3