From 6f4e2dc39acbb0d77bcd0342a797e9b47126805c Mon Sep 17 00:00:00 2001 From: "LAPTOP-JVLITES6\\Lenovo" <604446095@qq.com> Date: Fri, 10 May 2024 19:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=8C=E6=B5=B7=E4=BA=91?= =?UTF-8?q?=E4=BB=93=E5=95=86=E5=93=81=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/whole_sale/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/whole_sale/index.vue b/pages/whole_sale/index.vue index c27fd89..313095b 100644 --- a/pages/whole_sale/index.vue +++ b/pages/whole_sale/index.vue @@ -265,7 +265,7 @@ limit: 20, sale_type: 2, //1为零售, 2为批发 mer_type: 1, - mer_cate_pid: '', // + cate_pid: '', // cate_id: '', keyword: '', deduction_rate: '', //抵扣比例 @@ -422,7 +422,7 @@ store_category_id: '' }) this.cate_change_children = 0; - if (this.tabsCurr == 1) this.where.mer_cate_pid = this.store_category[e].store_category_id; + if (this.tabsCurr == 1) this.where.cate_pid = this.store_category[e].store_category_id; else { this.where.cate_pid = this.store_category[e].store_category_id; this.where.cate_id = ""; @@ -436,7 +436,7 @@ }, changeChildrenCate(e) { this.cate_change_children = e; - let key = 'mer_cate_pid'; + let key = 'cate_pid'; if (this.tabsCurr != 1) key = 'cate_id'; this.where[key] = this.store_category_children[e].store_category_id; if (e == 0) this.where[key] = this.store_category[this.cate_change].store_category_id; // 如若选中全部, 则取父级id