瀏覽代碼

商品分类筛选

DELL 3 年之前
父節點
當前提交
67ef5778e4
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/business/goods/index.vue

+ 3 - 1
src/views/business/goods/index.vue

@@ -218,7 +218,9 @@ export default {
       // }
       if(this.queryParams.categoryIdList){
         for (let i = 0; i < this.queryParams.categoryIdList.length; i++) {
-          this.queryParams.categoryIdList[i] = this.queryParams.categoryIdList[i][1]
+          if(this.queryParams.categoryIdList[i][1]){
+            this.queryParams.categoryIdList[i] = this.queryParams.categoryIdList[i][1]
+          }
         }
       }
       getGoodsList('pageNum='+this.queryParams.pageNum + '&pageSize='+this.queryParams.pageSize+'&orderByColumn='+ this.queryParams.orderByColumn +'&isAsc='+ this.queryParams.isAsc +'&', {