From 3c738f4fe2762bba8087e5a22fc0dc06560eab0e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 08 Aug 2024 10:01:17 +0800
Subject: [PATCH] 三色任务与自查任务
---
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