From d9b9cd8ea1791bc6a28b2ae63d7b2ec42599b5ea Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 22 Nov 2021 17:34:02 +0800
Subject: [PATCH] +预先判读是否有身份证设备
---
src/api/system/dept.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/api/system/dept.js b/src/api/system/dept.js
index 2634f3e..befcc24 100644
--- a/src/api/system/dept.js
+++ b/src/api/system/dept.js
@@ -69,13 +69,13 @@
})
}
-export const getDeptLazyTree = (parentId, jurisdiction) => {
+export const getDeptLazyTree = (parentId, userId) => {
return request({
url: '/api/blade-system/dept/lazy-tree',
method: 'get',
params: {
parentId,
- jurisdiction
+ userId
}
})
}
@@ -103,4 +103,4 @@
url: '/api/blade-system/role/selectRole',
method: 'get',
})
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3