Browse Source

reactor:延期退回到开始节点可以编辑调整;

zhangchong 1 year ago
parent
commit
7c73861ef3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/business/delay/components/Delay-edit.vue

+ 2 - 0
src/views/business/delay/components/Delay-edit.vue

@@ -441,6 +441,8 @@ const onSubmit = (formEl: FormInstance | undefined) => {
             delayUnit: state.delayForm.timeLimitUnit,
             delayUnit: state.delayForm.timeLimitUnit,
             delayReason: state.delayForm.content,
             delayReason: state.delayForm.content,
             files: handleFilesDelay.value,
             files: handleFilesDelay.value,
+            id: state.orderDetail.id,
+            workflowId: state.orderDetail.workflowId,
 					},
 					},
 					nextWorkflow: { ...submitObj, files: handleFilesDelay.value, opinion: state.delayForm.content },
 					nextWorkflow: { ...submitObj, files: handleFilesDelay.value, opinion: state.delayForm.content },
 				};
 				};