lilei 2 anos atrás
pai
commit
0acfbb74e2
1 arquivos alterados com 2 adições e 0 exclusões
  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);