wenmenghao 1 жил өмнө
parent
commit
e6397f7f52

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

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

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

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