From fc6b4662f448edb6ef686466226aad21afaaf464 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期一, 11 四月 2022 19:01:03 +0800
Subject: [PATCH] add permission to userInf

---
 src/api/user.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/api/user.ts b/src/api/user.ts
index 7dcfbd4..ced0a13 100644
--- a/src/api/user.ts
+++ b/src/api/user.ts
@@ -57,6 +57,7 @@
   });
 };
 
+
 export const getDataTree = (params) => {
   return request({
     url: "/saas/api-u/user/dataTree",
@@ -65,6 +66,8 @@
   });
 };
 
+
+
 export const saveManager = (params: any) => {
   return request({
     url: "/saas/api-u/user/saveManager",

--
Gitblit v1.8.0