feat:流程自动审批功能
4.onApproveClick 传参处理错误
This commit is contained in:
@ -437,7 +437,7 @@
|
||||
if (response[0].approveUserIds.includes(userStore.getUserInfo.id)) {
|
||||
taskId.value = response[0].taskId;
|
||||
data.submitLoading = false;
|
||||
onApproveClick(false, true);
|
||||
onApproveClick(true);
|
||||
} else {
|
||||
flowSuccess();
|
||||
data.submitLoading = false;
|
||||
|
||||
Reference in New Issue
Block a user