element-ui cascader 重置按钮触发清空操作

reset(){
            let obj = {}
            obj.stopPropagation = () => {}
            try{
                this.$refs.enum_right.clearValue(obj)
            }catch(err){
                this.$refs.enum_right.handleClear(obj)
            }

  

原文地址:https://www.cnblogs.com/cs122/p/13605929.html