소스 검색

bug 修复

lilei 2 년 전
부모
커밋
90b94fcfed
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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) {