Commit cea8c8c7 authored by 好多大米's avatar 好多大米 Committed by GitHub

Cascader: fix cascader panel active path (#20730)

parent e8e3a640
......@@ -176,6 +176,7 @@ export default {
syncCheckedValue() {
const { value, checkedValue } = this;
if (!isEqual(value, checkedValue)) {
this.activePath = [];
this.checkedValue = value;
this.syncMenuState();
}
......
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