@riil-frontend/biz-resource-authorization
v2.2.14-a.35
Published
intro component
Downloads
132
Readme
demo component
component-function-auth
intro component
ChangeLog
---- 2023.06.15
- 动态条件查看匹配结果厂商翻译
---- 2021.11.18
- 模型接口、CMDB 接口适配;
- 接口调用以及部分相关逻辑修改;
- 列表使用的 IP、名称等属性 key 变更修改
- 移除 cmdbService,新增 mdcService ---- 2021.8.28
- 适配后端接口 restful 形式修改;
API
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
| ------------------ | ------------------------ | ---- | -------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| request | 数据请求方法 | 是 | function | - | |
| roleId | 角色 id | 是 | string | - | |
| topDrawerContainer | 顶部展开的抽屉的外层容器 | 否 | 元素对象 | - | 新监控系统内置了页面 content 容器的 id 为riil-layout-content-wrap
,取值顺序为 document.getElementById('riil-layout-content-wrap')
topDrawerContainer
document.body
|