Kaynağa Gözat

Merge branch 'personnelPerformance' into dev

huoyi 1 ay önce
ebeveyn
işleme
d39b700e56

+ 2 - 1
src/views/performanceManage/monthlyAssess/index.vue

@@ -1380,7 +1380,8 @@ const saveIndicator = () => {
1380
 
1380
 
1381
 
1381
 
1382
   list.forEach(detail => {
1382
   list.forEach(detail => {
1383
-    detail.rewardPunishmentType = indicatorDialog.form.rewardPunishmentType
1383
+    detail.rewardPunishmentType = indicatorDialog.form.rewardPunishmentType;
1384
+    detail.score = indicatorDialog.form.score
1384
   })
1385
   })
1385
 
1386
 
1386
   if (indicatorDialog.mode === 'add') {
1387
   if (indicatorDialog.mode === 'add') {