update 优化 驳回增加附件上传

This commit is contained in:
疯狂的狮子Li
2025-01-22 11:13:38 +08:00
parent 060f99dee5
commit 8994e3ad3e
2 changed files with 4 additions and 1 deletions

View File

@ -242,7 +242,7 @@ const submitFlow = async () => {
dialogVisible.visible = false;
};
//提交申请
const handleStartWorkFlow = async (data: LeaveVO) => {
const handleStartWorkFlow = async (data: LeaveForm) => {
try {
submitFormData.value.flowCode = flowCode.value;
submitFormData.value.businessId = data.id;