| | |
| | | |
| | | async function getParkBountyApplyBatchTransferEnterprise() { |
| | | try { |
| | | let res = await parkBountyApplyServices.getParkBountyApplyBatchTransferEnterprise({ |
| | | let res = await parkBountyApplyServices.getParkBountyApplyBatchTransferRegEnterprise({ |
| | | parkBountyApplyId: form.value.parkBountyApplyId, |
| | | }); |
| | | if (res) { |
| | |
| | | |
| | | async function getParkBountyApplyBatchFinanceEnterprise() { |
| | | try { |
| | | let res = await parkBountyApplyServices.getParkBountyApplyBatchFinanceEnterprise({ |
| | | let res = await parkBountyApplyServices.getParkBountyApplyBatchFinanceRegEnterprise({ |
| | | parkBountyApplyId: form.value.parkBountyApplyId, |
| | | }); |
| | | if (res) { |