From 98b54e50d5893627a56fabd812997811964f1d77 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 11 Sep 2024 15:27:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=BB=91=E5=8C=96=E8=BD=A6=E9=97=B4?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=95=B0=E6=8D=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bigScreen/index_heihuadept.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/bigScreen/index_heihuadept.vue b/src/views/bigScreen/index_heihuadept.vue index c445fd8c..e37a867b 100644 --- a/src/views/bigScreen/index_heihuadept.vue +++ b/src/views/bigScreen/index_heihuadept.vue @@ -462,6 +462,8 @@ export default { this.getMaterials(); //投产分析统计数 this.getLeftBottomNum(); + //工段生产数量 + this.getMgroupCount(); }) }, methods: { @@ -844,6 +846,7 @@ export default { let that = this; that.$API.bi.dataset.exec.req(" gdscs").then((res) => { let arr = res.data2.ds0; + console.log('工段生产数量',arr) arr.forEach((item) => { if(item.工段=='退火'){ that.kctj.thz = item.生产中数;