吉安感知网项目-前端
shuishen
2026-06-24 e64db6552ad573050e93d50a492fc053cafa3d18
applications/drone-command/src/api/system/role.js
@@ -73,12 +73,13 @@
  });
};
export const getRoleTree = tenantId => {
export const getRoleTree = (tenantId,sysType) => {
  return request({
    url: '/blade-system/role/tree',
    method: 'get',
    params: {
      tenantId,
      sysType
    },
  });
};