版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

代码块
languagejson
firstline1
 "filters": [{
        "label": "所属岗位",
        "key": "position_id",       //对应要筛选的岗位key值
        "component": "hc-tree-list-selector",
        "options": {
            "selectorType": 2,
            "selectorModel": "OrgPosition"
        }
    }]

02.部门多选

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