Commit e152a103 authored by luckyCao's avatar luckyCao Committed by hetech

Cascader: fix level 1 children is empty update problem (#16399)

parent 905e812f
...@@ -75,8 +75,9 @@ ...@@ -75,8 +75,9 @@
}, },
handleCheckChange() { handleCheckChange() {
const { panel, value } = this; const { panel, value, node } = this;
panel.handleCheckChange(value); panel.handleCheckChange(value);
panel.handleExpand(node);
}, },
handleMultiCheckChange(checked) { handleMultiCheckChange(checked) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment