wupengfei
3 天以前 0aab114ff888094283b8197ef20d387906209a57
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),