修复平均分配未保存的bug

dev_2022-05-11
e 3 years ago
parent bcc70bee2e
commit 1ff9628660
  1. 1
      src/pages/project/add/index.vue

@ -458,6 +458,7 @@ export default {
item.score = res.data[index]; item.score = res.data[index];
return item; return item;
}); });
this.updateProjectJudgment()
} }
}); });
} }

Loading…
Cancel
Save