This commit is contained in:
Teo
2025-08-30 00:32:03 +08:00
parent 5b118055c5
commit 5c125bc37b
2 changed files with 30 additions and 4 deletions

View File

@ -428,7 +428,7 @@ const handleStartWorkFlow = async (data: LeaveForm) => {
};
//审批记录
const handleApprovalRecord = () => {
approvalRecordRef.value.init(form.value.id);
approvalRecordRef.value.init(form.value.id + '_audit');
};
//提交回调
const submitCallback = async () => {