lilei 2 năm trước cách đây
mục cha
commit
29e48d3842
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/common/returnReason.js

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

@@ -98,6 +98,7 @@ const ReturnReason = {
     },
     onChange(value) {
       console.log('onChange', value);
+      this.open = true;
       this.defaultVal = value;
       this.$emit('change', value);
       this.$emit('input', value);