This commit is contained in:
1154079537 2024-05-10 15:37:02 +08:00
parent 7e746654fc
commit 5aa85f600a

View File

@ -306,7 +306,7 @@
page: 1,
limit: 20,
mer_type: 1, //1-, 2-, 3-
mer_cate_pid: '',
cate_pid: '',
keyword: '',
deduction_rate: '', //
rand: 1
@ -355,13 +355,13 @@
store_category_id: ''
})
this.cate_change_children = 0;
this.where.mer_cate_pid = this.store_category[e].store_category_id;
this.where.cate_pid = this.store_category[e].store_category_id;
this.getProductslist(true);
},
changeChildrenCate(e) {
this.cate_change_children = e;
this.where.mer_cate_pid = this.store_category_children[e].store_category_id;
if (e == 0) this.where.mer_cate_pid = this.store_category[this.cate_change]
this.where.cate_pid = this.store_category_children[e].store_category_id;
if (e == 0) this.where.cate_pid = this.store_category[this.cate_change]
.store_category_id; // , id
this.getProductslist(true);
},