Browse Source

处理接口异常

wangcz 7 years ago
parent
commit
574ec94bd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/mobile/center/vendor/outOfStorage/index.vue

+ 1 - 1
pages/mobile/center/vendor/outOfStorage/index.vue

@@ -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) {