@@ -98,6 +98,7 @@ const ReturnReason = {
},
onChange(value) {
console.log('onChange', value);
+ this.open = true;
this.defaultVal = value;
this.$emit('change', value);
this.$emit('input', value);