Skip to content
导航栏

select 控件动态搜索

这里有一个bug

xpath:edit.props.xProps.$search,

json
{
  "上级类目": {
    "bind": "parent_id",
    "edit": {
      "type": "Select",
      "props": {
        "xProps": {
          "$search": {
            "process": "scripts.category.Search",
            "query": {
              "key": "id",
              "id": "{{id}}"
            }
          }
        }
      }
    }
  }
}