无人机管理后台前端(已迁走)
zrj
2024-08-30 de41e845dcaf44b535de787db3eb6a23ee45e920
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
    },
  });
};