吉安感知网项目-前端
罗广辉
2026-02-27 e00da17ae2adaecf1cdf2d5128e357a50607bc90
applications/task-work-order/src/api/system/role.js
@@ -85,12 +85,13 @@
  });
};
export const getRoleTree = tenantId => {
export const getRoleTree = (tenantId, sysType) => {
  return request({
    url: '/blade-system/role/tree',
    method: 'get',
    params: {
      tenantId,
      sysType
    },
  });
};