feat:流程自动审批功能

4.onApproveClick 传参处理错误
This commit is contained in:
lvjunzhao
2025-02-19 08:52:29 +08:00
parent ba1f1ffee5
commit c1d342114b

View File

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