wenmenghao 1 year ago
parent
commit
e6397f7f52
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/views/order/myOrderList.vue
  2. 1 0
      src/views/order/orderList.vue

+ 1 - 0
src/views/order/myOrderList.vue

@@ -267,6 +267,7 @@ export default {
                 this.select5 = false
                 this.selectName = []
                 Object.keys(this.filter).forEach(key => { this.filter[key] = '' })
+                this.filter.productType = '全部'
                 this.$refs.casRef.values = []
             }
         },

+ 1 - 0
src/views/order/orderList.vue

@@ -929,6 +929,7 @@ export default {
         Object.keys(this.filter).forEach(key => {
           this.filter[key] = ''
         })
+        this.filter.productType = '全部'
         this.$refs.casRef.values = []
       }
     },