Browse Source

bug 修复

lilei 2 years ago
parent
commit
0acfbb74e2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/common/returnReason.js

+ 2 - 0
src/views/common/returnReason.js

@@ -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);