humingbo 1 vuosi sitten
vanhempi
commit
b94a58a2e6
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      src/views/meeting/weeklyRecords.vue

+ 3 - 1
src/views/meeting/weeklyRecords.vue

@@ -338,6 +338,7 @@ export default {
       let weeks = row.weeks;
       let userId = row.executor
       let workComment = row.workComment
+
       if (scoreId === meetingId) {
         scoreId = null
       }
@@ -347,7 +348,8 @@ export default {
         remark: remark,
         weeks: weeks,
         userId: userId,
-        workComment: workComment
+        workComment: workComment,
+        meetingId:meetingId
       }
       workComments(data).then(res => {
         this.$message({