审批同意 变更优化
This commit is contained in:
@ -419,7 +419,7 @@
|
||||
}
|
||||
} else {
|
||||
// await formInformation.value.handleSubmit(true);
|
||||
// validateSuccess.value = true
|
||||
validateSuccess.value = true
|
||||
}
|
||||
const params = await getApproveParams();
|
||||
const nextNodes = await postGetNextTaskMaybeArrival(params);
|
||||
@ -457,7 +457,7 @@
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
await formInformation.value.handleSubmit(true);
|
||||
// await formInformation.value.handleSubmit(true);
|
||||
validateSuccess.value = true
|
||||
}
|
||||
const params = await getApproveParams();
|
||||
|
||||
Reference in New Issue
Block a user