Commit bb1a3c38b418606c0f0bfbd87331ee83d874a21f

Authored by 梁灏
1 parent 15b72d31

fixed #593

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/components/cascader/cascader.vue
... ... @@ -207,6 +207,7 @@
207 207 this.updateSelected();
208 208 }
209 209 }
  210 + this.$emit('on-visible-change', val);
210 211 },
211 212 value (val) {
212 213 this.currentValue = val;
... ...