From 07e6a938f7993abf056dc4b106d4ad4fc6354bb5 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 24 七月 2025 14:40:30 +0800
Subject: [PATCH] feat: 接口

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