Pārlūkot izejas kodu

Merge branch 'personnelPerformance' into dev

huoyi 1 mēnesi atpakaļ
vecāks
revīzija
d39b700e56
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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 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 1387
   if (indicatorDialog.mode === 'add') {