修改里海云仓商品搜索

This commit is contained in:
LAPTOP-JVLITES6\Lenovo 2024-05-10 19:19:35 +08:00
parent c5437b487a
commit 6f4e2dc39a

View File

@ -265,7 +265,7 @@
limit: 20, limit: 20,
sale_type: 2, //1, 2 sale_type: 2, //1, 2
mer_type: 1, mer_type: 1,
mer_cate_pid: '', // cate_pid: '', //
cate_id: '', cate_id: '',
keyword: '', keyword: '',
deduction_rate: '', // deduction_rate: '', //
@ -422,7 +422,7 @@
store_category_id: '' store_category_id: ''
}) })
this.cate_change_children = 0; 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 { else {
this.where.cate_pid = this.store_category[e].store_category_id; this.where.cate_pid = this.store_category[e].store_category_id;
this.where.cate_id = ""; this.where.cate_id = "";
@ -436,7 +436,7 @@
}, },
changeChildrenCate(e) { changeChildrenCate(e) {
this.cate_change_children = e; this.cate_change_children = e;
let key = 'mer_cate_pid'; let key = 'cate_pid';
if (this.tabsCurr != 1) key = 'cate_id'; if (this.tabsCurr != 1) key = 'cate_id';
this.where[key] = this.store_category_children[e].store_category_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 if (e == 0) this.where[key] = this.store_category[this.cate_change].store_category_id; // , id