Browse Source

bug 修复

lilei 2 năm trước cách đây
mục cha
commit
0acfbb74e2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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);