fix:禅道25

This commit is contained in:
shijing 2025-08-07 10:13:20 +08:00
parent 2503653d28
commit b1cf055bf8
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ export default {
mgroupsforEach(){ mgroupsforEach(){
let that = this; let that = this;
that.mgroups.forEach((item)=>{ that.mgroups.forEach((item)=>{
// that.getEquipment(item); that.getEquipment(item);
that.getMtask1(item); that.getMtask1(item);
}) })
}, },