| | |
| | | }, |
| | | }); |
| | | |
| | | function openMaterialFileDialog(row: API.GetParkBountyApplyListOutput) { |
| | | function openMaterialFileDialog(row: API.ParkBountyApplyTransferDetailInfo) { |
| | | handleMaterialFileAdd({ |
| | | list: FourStreamsMaterialUtils.initApplyRewardGrandFileList(row), |
| | | }); |
| | |
| | | async function parkBountyApplyTransferReg() { |
| | | try { |
| | | let params: API.ParkBountyApplyTransferInput = { |
| | | parkBountyApplyDetailId: id, |
| | | parkBountyApplyDetailId: editRegisterForm.parkBountyApplyDetailId, |
| | | transferToAmount: editRegisterForm.amount, |
| | | parkBountyApplyId: editRegisterForm.parkBountyApplyId, |
| | | transferToFileUrl: convertFormUrl2ApiBySeparator(editRegisterForm.fileUrl), |