From a430dc39516a0d33f02ef902159b23a53b0c92ea Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 16 十月 2025 17:07:09 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/12333GovernmentWeb

---
 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