吉安感知网项目-前端
chenyao
2026-04-08 0bdbb3fce49bb4e8266a9e5cb4cf6a903e88223d
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
    },
  });
};