审批按钮优化
This commit is contained in:
@ -248,6 +248,7 @@
|
||||
}
|
||||
|
||||
async function approvalCreate() {
|
||||
try {
|
||||
const params = await getApproveParams();
|
||||
const nextNodes = await postGetNextTaskMaybeArrival(params);
|
||||
if (nextNodes.length == 0) {
|
||||
@ -269,6 +270,11 @@
|
||||
onFinish({});
|
||||
}
|
||||
});
|
||||
} catch (error) {
|
||||
loading.value = false;
|
||||
data.submitLoading = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function flowSuccess() {
|
||||
|
||||
Reference in New Issue
Block a user