From 2ff122ebaea6a2cdc2623614b418f4995ebcb4bb Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 9 Apr 2024 09:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/whole_sale/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {