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