补全代码语句的分号,并添加分数字段的赋值逻辑,修复数据同步不完整的问题
@@ -1380,7 +1380,8 @@ const saveIndicator = () => {
list.forEach(detail => {
- detail.rewardPunishmentType = indicatorDialog.form.rewardPunishmentType
+ detail.rewardPunishmentType = indicatorDialog.form.rewardPunishmentType;
+ detail.score = indicatorDialog.form.score
})
if (indicatorDialog.mode === 'add') {