zengh
2021-10-25 fdddc038f16d3c1eefde8a97445021e7ab0aebbd
src/api/system/dept.js
@@ -87,4 +87,14 @@
            parentId
        }
    })
}
export const getDeptLazyTreeUsers = (type) => {
    return request({
        url: '/api/blade-system/dept/lazy-tree-users',
        method: 'get',
        params: {
            type
        }
    })
}