lilei 2 年 前
コミット
0acfbb74e2
1 ファイル変更2 行追加0 行削除
  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);