浏览代码

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) {