|
@@ -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 },
|
|
|
};
|