...
代码块 | ||||
---|---|---|---|---|
| ||||
"filters": [{
"label": "所属部门",
"key": "department_id", //对应要筛选的部门key值
"component": "hc-tree-list-selector",
"options": {
"selectorType": 2,
"selectorModel": "OrgDepartment",
"child_include":true
}
}] |