Browse Source

Merge branch 'personnelPerformance' into dev

huoyi 2 months ago
parent
commit
d39b700e56
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/performanceManage/monthlyAssess/index.vue

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