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.生产中数;