mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-20 23:52:28 +00:00
fix: 🐛 Cascader init status
This commit is contained in:
parent
6fed96859b
commit
e4a28c4df7
@ -2468,6 +2468,13 @@
|
|||||||
{
|
{
|
||||||
"name": "style",
|
"name": "style",
|
||||||
"propType": "object"
|
"propType": "object"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dataSource",
|
||||||
|
"propType": {
|
||||||
|
"type": "arrayOf",
|
||||||
|
"value": "object"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -12884,7 +12891,16 @@
|
|||||||
"componentName": "Cascader",
|
"componentName": "Cascader",
|
||||||
"props": {
|
"props": {
|
||||||
"prefix": "next-",
|
"prefix": "next-",
|
||||||
"expandTriggerType": "click"
|
"expandTriggerType": "click",
|
||||||
|
"dataSource": [{
|
||||||
|
"value": "2974",
|
||||||
|
"label": "西安",
|
||||||
|
"children": [
|
||||||
|
{ "value": "2975", "label": "西安市" },
|
||||||
|
{ "value": "2976", "label": "高陵县" },
|
||||||
|
{ "value": "2977", "label": "蓝田县" }
|
||||||
|
]
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user