src/api/system/dept.js @@ -78,3 +78,14 @@ }, }); }; export const getDeptTreeByNotItself = (deptId,deviceSn) => { return request({ url: '/blade-system/dept/getDeptTreeByNotItself', method: 'get', params: { deptId, deviceSn }, }); };