@@ -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 = []
}
},
@@ -929,6 +929,7 @@ export default {
Object.keys(this.filter).forEach(key => {
this.filter[key] = ''
})