From 6a71b878e4a4bdc424f9f007b4ea970b4884412c Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 5 Jul 2023 10:21:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E8=BD=A6=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/getData2.js | 2 +- src/pages/modules/homepage/two.vue | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/assets/js/getData2.js b/src/assets/js/getData2.js index 7a35003..c5d1741 100644 --- a/src/assets/js/getData2.js +++ b/src/assets/js/getData2.js @@ -26,7 +26,7 @@ export const workshopCondition = () => post('api/cockpit/workshopCondition', {}) // }, // 'KilnPassage2InfoList': { // 'LQD01': {'car_sum': '1', 'status': '1'}, -// 'HCD01': {'car_sum': '2', 'status': '1'} +// 'KCD01': {'car_sum': '2', 'status': '1'} // }, // 'SemiFinishedProductShelfList': [ // { diff --git a/src/pages/modules/homepage/two.vue b/src/pages/modules/homepage/two.vue index 95cf035..c01695d 100644 --- a/src/pages/modules/homepage/two.vue +++ b/src/pages/modules/homepage/two.vue @@ -113,8 +113,8 @@ --> -
-
+
+
@@ -464,9 +464,9 @@ export default { PackagingLineList: [], // 包装线数据 kilneye4InfoList: [], // 窑口4个位置 LQD01: {}, // 冷却道数据 - HCD01: {}, // 回车道数据 + KCD01: {}, // 回车道数据 arrLQD01: [], - arrHCD01: [], + arrKCD01: [], IoKilnTrussTask: [], // 进窑桁架和出窑桁架数据 AGVStatusList: {} // agv状态 } @@ -532,11 +532,11 @@ export default { } if (res.result.hasOwnProperty('KilnPassage2InfoList')) { this.LQD01 = res.result.KilnPassage2InfoList.LQD01 - this.HCD01 = res.result.KilnPassage2InfoList.HCD01 + this.KCD01 = res.result.KilnPassage2InfoList.KCD01 this.arrLQD01 = [] - this.arrHCD01 = [] + this.arrKCD01 = [] this.setArr(this.arrLQD01, Number(this.LQD01.car_sum)) - this.setArr(this.arrHCD01, Number(this.HCD01.car_sum)) + this.setArr(this.arrKCD01, Number(this.KCD01.car_sum)) } if (res.result.hasOwnProperty('IoKilnTrussTask')) { this.IoKilnTrussTask = [...res.result.IoKilnTrussTask]