From 5dbd5bdfc1a4de43722485b728f7d27f9b369eb9 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 02 三月 2026 15:38:19 +0800
Subject: [PATCH] 经销商管理

---
 admin/src/views/business/labelsBrand.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin/src/views/business/labelsBrand.vue b/admin/src/views/business/labelsBrand.vue
index 4bf835b..f80af49 100644
--- a/admin/src/views/business/labelsBrand.vue
+++ b/admin/src/views/business/labelsBrand.vue
@@ -72,8 +72,8 @@
 import BaseTable from '@/components/base/BaseTable'
 import TableLayout from '@/layouts/TableLayout'
 import Pagination from '@/components/common/Pagination'
-import OperaLabelsWindow from '@/components/business/OperaLabelsZhuanquWindow'
-import { updateById } from '@/api/business/goods'
+import OperaLabelsWindow from '@/components/business/OperaLabelsOtherWindow'
+
 export default {
   name: 'Labels',
   extends: BaseTable,
@@ -104,7 +104,7 @@
   },
   methods: {
     statusChange (row) {
-      this.api.updateById({ id: row.id, status: row.status })
+      this.api.updateStatusById({ id: row.id, status: row.status })
         .then(() => {
           this.$message.success('鎿嶄綔鎴愬姛')
         })

--
Gitblit v1.9.3