💎级联-远程【PRO】

  1. 本组件无法在流程条件中使用
  2. 远程加载树形数据显示

# 接口返回值格式

[
    {
        "key": "01",
        "label": "山东省",
        "leaf": false,
        "children": [
            {
                "key": "0101",
                "label": "青岛市",
                "children": [],
                "leaf": true
            }
        ]
    }
]
字段 类型 含义 是否必填 备注
key string 选项key y
label string 选项名称 y
leaf bool 是否是最后一级 y
children array 子级数据 y