吉安感知网项目-前端
chenyao
2026-07-15 8b2a212cc9b54094886e0ea941a47abd49a50a8e
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
    },
  });
};