From 04102f7237efefa744090ed7c25f7b5d0807b679 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 18:11:57 +0800
Subject: [PATCH] 完成运营中心提现和运营中心权限管理

---
 shop_vue/src/views/branch/activity/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shop_vue/src/views/branch/activity/index.vue b/shop_vue/src/views/branch/activity/index.vue
index 6d854e6..fae916b 100644
--- a/shop_vue/src/views/branch/activity/index.vue
+++ b/shop_vue/src/views/branch/activity/index.vue
@@ -172,9 +172,9 @@
         })
         .then(() => {
           self.loading = true;
-          BranchApi.delete(
+          BranchApi.deleteActivity(
             {
-              activity_id: e
+              activity_id: e.activity_id
             },
             true
           )

--
Gitblit v1.9.2