|
|
@@ -206,11 +206,11 @@
|
|
|
filterRecord () {
|
|
|
this.filterParams.page = 1
|
|
|
this.filter.page = 1
|
|
|
- this.filterParams.type = this.switchType
|
|
|
this.isChange = true
|
|
|
this.reloadList()
|
|
|
},
|
|
|
reloadList () {
|
|
|
+ this.filterParams.type = this.switchType
|
|
|
if(this.handleItem === 0) {
|
|
|
this.$store.dispatch('product/getLoadStorageData', this.filterParams)
|
|
|
} else if(this.handleItem === 2) {
|