guoyujia il y a 11 mois
Parent
commit
d92d3fa18b
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      src/views/business/daywork/form.vue

+ 6 - 0
src/views/business/daywork/form.vue

@@ -557,6 +557,12 @@ const handleSave = () => {
         }
       }
       if (flag) {
+        if(form.value.groupRejectList.length > 0){
+          form.value.groupRejectList.forEach(item => {
+            item.deptId = detailInfo.value.deptId
+            item.processId = detailInfo.value.processId
+          });
+        }
         form.value.dayworkId = detailInfo.value.dayworkId;
         //同工序的所有合格数
         form.value.temporaryProcessQualifiedNum =