فهرست منبع

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

zhangchong 1 سال پیش
والد
کامیت
7c73861ef3
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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,
             delayReason: state.delayForm.content,
             files: handleFilesDelay.value,
+            id: state.orderDetail.id,
+            workflowId: state.orderDetail.workflowId,
 					},
 					nextWorkflow: { ...submitObj, files: handleFilesDelay.value, opinion: state.delayForm.content },
 				};