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