@@ -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') {