From 07e6a938f7993abf056dc4b106d4ad4fc6354bb5 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 24 七月 2025 14:40:30 +0800 Subject: [PATCH] feat: 接口 --- 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