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); }) },