From 8ddc8f3bb5fd4b2a58724b2bf8dfe038f350b27d Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 25 七月 2025 15:55:00 +0800 Subject: [PATCH] fix: 奖励金审核 --- src/views/Reward/RewardGrantRegister.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Reward/RewardGrantRegister.vue b/src/views/Reward/RewardGrantRegister.vue index d80a889..0515dc7 100644 --- a/src/views/Reward/RewardGrantRegister.vue +++ b/src/views/Reward/RewardGrantRegister.vue @@ -174,7 +174,7 @@ }, }); -function openMaterialFileDialog(row: API.GetParkBountyApplyListOutput) { +function openMaterialFileDialog(row: API.ParkBountyApplyTransferDetailInfo) { handleMaterialFileAdd({ list: FourStreamsMaterialUtils.initApplyRewardGrandFileList(row), }); @@ -235,7 +235,7 @@ async function parkBountyApplyTransferReg() { try { let params: API.ParkBountyApplyTransferInput = { - parkBountyApplyDetailId: id, + parkBountyApplyDetailId: editRegisterForm.parkBountyApplyDetailId, transferToAmount: editRegisterForm.amount, parkBountyApplyId: editRegisterForm.parkBountyApplyId, transferToFileUrl: convertFormUrl2ApiBySeparator(editRegisterForm.fileUrl), -- Gitblit v1.9.1