element-ui cascader 重置按钮触发清空操作
reset(){
let obj = {}
obj.stopPropagation = () => {}
try{
this.$refs.enum_right.clearValue(obj)
}catch(err){
this.$refs.enum_right.handleClear(obj)
}
浙公网安备 33010602011771号