|
@@ -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({
|