wupengfei
2 天以前 5e9f3642abe24502ded3668515bea220e0fc5190
src/views/Reward/components/BatchRegisterDialog.vue
@@ -131,7 +131,7 @@
async function getParkBountyApplyBatchTransferEnterprise() {
  try {
    let res = await parkBountyApplyServices.getParkBountyApplyBatchTransferEnterprise({
    let res = await parkBountyApplyServices.getParkBountyApplyBatchTransferRegEnterprise({
      parkBountyApplyId: form.value.parkBountyApplyId,
    });
    if (res) {
@@ -144,7 +144,7 @@
async function getParkBountyApplyBatchFinanceEnterprise() {
  try {
    let res = await parkBountyApplyServices.getParkBountyApplyBatchFinanceEnterprise({
    let res = await parkBountyApplyServices.getParkBountyApplyBatchFinanceRegEnterprise({
      parkBountyApplyId: form.value.parkBountyApplyId,
    });
    if (res) {