吉安感知网项目-前端
罗广辉
3 hours ago 5f694550ed7bf0f6147c66feaa4406034ae62e54
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
    },
  });
};