From b0cb65c2a7a701480742cc8432aa2817eb72d998 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期三, 23 八月 2023 18:03:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.110.209:9001/r/lims-before
---
src/api/laboratory/role.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/laboratory/role.js b/src/api/laboratory/role.js
new file mode 100644
index 0000000..64a2930
--- /dev/null
+++ b/src/api/laboratory/role.js
@@ -0,0 +1,9 @@
+import request from '@/utils/request'
+
+export function getMenusTree(params) {
+ return request({
+ url: '/role-manager/getMenusTree',
+ method: 'get',
+ params
+ })
+ }
\ No newline at end of file
--
Gitblit v1.9.3