|
@@ -1065,6 +1065,7 @@ const onSubmit = (formEl: FormInstance | undefined) => {
|
|
|
opinion: state.ruleForm.opinion,
|
|
|
workflowId: state.workflowId,
|
|
|
files: handleFiles.value,
|
|
|
+ stepId: state.ruleForm.stepId
|
|
|
};
|
|
|
workflowReject(requestDelayAudit)
|
|
|
.then(() => {
|