@@ -97,6 +97,8 @@ const ReturnReason = {
);
},
onChange(value) {
+ console.log(value,'----')
+ this.open = true;
const ret = value?value.substr(0,50):''
this.defaultVal = ret;
this.$emit('change', ret);