From e1aeb653d656b3c3be05f06cac212f435cec07c3 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 25 七月 2025 15:55:36 +0800
Subject: [PATCH] Merge branch 'dev-3.4.2.5' of http://120.26.58.240:8888/r/12333GovernmentWeb into dev-3.4.2.5

---
 src/views/Reward/components/BatchRegisterDialog.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/Reward/components/BatchRegisterDialog.vue b/src/views/Reward/components/BatchRegisterDialog.vue
index 9d1e70a..8154554 100644
--- a/src/views/Reward/components/BatchRegisterDialog.vue
+++ b/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) {

--
Gitblit v1.9.1