From ad1629e4f90490758dbd91c4d8a9bed4a8693dfc Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 11 二月 2026 15:59:14 +0800
Subject: [PATCH] 合并
---
admin/src/api/business/labels.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/admin/src/api/business/labels.js b/admin/src/api/business/labels.js
index 44c919c..fafd518 100644
--- a/admin/src/api/business/labels.js
+++ b/admin/src/api/business/labels.js
@@ -19,6 +19,10 @@
export function updateById (data) {
return request.post('/business/labels/updateById', data)
}
+// 淇敼
+export function updateStatusById (data) {
+ return request.post('/business/labels/updateStatusById', data)
+}
// 鍒犻櫎
export function deleteById (id) {
--
Gitblit v1.9.3