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