lilei 2 年之前
父節點
當前提交
29e48d3842
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);