lilei hace 2 años
padre
commit
29e48d3842
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);