wupengfei
3 天以前 07e6a938f7993abf056dc4b106d4ad4fc6354bb5
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),