From 709941a83810c4069f6caa2899c5f0c886671497 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 04 Nov 2023 11:27:13 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
---
api/label/label.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/api/label/label.js b/api/label/label.js
index 41b60cf..4014c81 100644
--- a/api/label/label.js
+++ b/api/label/label.js
@@ -7,4 +7,13 @@
method: 'GET',
params
})
+}
+
+// 获取标签信息
+export const getLabelListByParentId = (param) => {
+ return http.request({
+ url: 'blade-label/label/getLabelList',
+ method: 'GET',
+ params: param
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3