From b1cf055bf8e0cd9f235863ad709b97d69f5aa186 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 7 Aug 2025 10:13:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A6=85=E9=81=9325?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bigScreen/bxerp/jiejingdept.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/bigScreen/bxerp/jiejingdept.vue b/src/views/bigScreen/bxerp/jiejingdept.vue index fae6a32d..4e6ceca1 100644 --- a/src/views/bigScreen/bxerp/jiejingdept.vue +++ b/src/views/bigScreen/bxerp/jiejingdept.vue @@ -505,7 +505,7 @@ export default { mgroupsforEach(){ let that = this; that.mgroups.forEach((item)=>{ - // that.getEquipment(item); + that.getEquipment(item); that.getMtask1(item); }) },