diff --git a/pages/whole_sale/index.vue b/pages/whole_sale/index.vue index 83a2426..b710ca1 100644 --- a/pages/whole_sale/index.vue +++ b/pages/whole_sale/index.vue @@ -557,7 +557,7 @@ methods: { initData(re = false, stop = false) { if (!stop) this.getStoreCategory(); - if (this.tabsCurr == 2 && this.subCurr == 0) this.storeMerchantList(re, stop); + if (this.tabsCurr == 2 && this.subCurr == 1) this.storeMerchantList(re, stop); else this.getProductslist(re, stop); }, changeDeduction(e) {