From 585ff1cd29e9875f5f2a0fa2b0fdc876c5c6301f Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 26 一月 2026 18:26:31 +0800
Subject: [PATCH] 小程序   接口开发

---
 admin/src/views/business/labelsBrandSerial.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/src/views/business/labelsBrandSerial.vue b/admin/src/views/business/labelsBrandSerial.vue
index 8fe7763..65f87a2 100644
--- a/admin/src/views/business/labelsBrandSerial.vue
+++ b/admin/src/views/business/labelsBrandSerial.vue
@@ -84,7 +84,7 @@
 import TableLayout from '@/layouts/TableLayout'
 import Pagination from '@/components/common/Pagination'
 import OperaLabelsWindow from '@/components/business/OperaLabelsZhuanquWindow'
-import { findAll as labelList } from '@/api/business/labels'
+import {findAll as labelList, updateStatusById} from '@/api/business/labels'
 export default {
   name: 'Labels',
   extends: BaseTable,
@@ -123,7 +123,7 @@
         })
     },
     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