瀏覽代碼

人员组织树

zhuwei 2 年之前
父節點
當前提交
2d6f8a69a1
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      src/api/modules/system/organization.js

+ 12 - 0
src/api/modules/system/organization.js

@@ -25,6 +25,18 @@ export default {
         }, false);
         }, false);
     },
     },
 
 
+    //列表数据(用户部门通过 depttype)
+    async treeUserdeptByDeptType() {
+        return httpApi({
+            url: '/api/blade-system/dept/tree-userdept-info',
+            method: 'get',
+            params: {
+                tenantId: useAppState.tenantId,
+                deptType: 2
+            }
+        }, false);
+    },
+
     //删除
     //删除
     async remove(ids) {
     async remove(ids) {
         return httpApi({
         return httpApi({