From ee98c6a4b16e023033b9539858eafa0b49eef959 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期三, 24 四月 2024 14:25:09 +0800
Subject: [PATCH] update

---
 src/views/dashboard/WorkshopSectionSignage.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/dashboard/WorkshopSectionSignage.vue b/src/views/dashboard/WorkshopSectionSignage.vue
index 83d0428..2931790 100644
--- a/src/views/dashboard/WorkshopSectionSignage.vue
+++ b/src/views/dashboard/WorkshopSectionSignage.vue
@@ -264,7 +264,7 @@
         signageApi.getEquipmentStatusStatisticsApi(this.productionCode)
           .then(res => {
             if (res.success) this.runningStateData = res.result.list
-            this.drawRunningStateChart(res.result.producitonId)
+            this.drawRunningStateChart(res.result.productionId)
           })
       },
 

--
Gitblit v1.9.3