Browse Source

bug 修复

lilei 2 years ago
parent
commit
90b94fcfed
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/views/common/returnReason.js

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

@@ -84,11 +84,6 @@ const ReturnReason = {
     value(newValue, oldValue) {
       this.defaultVal = newValue
     },
-    defaultVal(newValue, oldValue) {
-      if(!newValue){
-        this.open = true
-      }
-    },
   },
   methods: {
     filterOption(input, option) {