From 1b752689860cacebb517626bb1c4f4fc40b5c55a Mon Sep 17 00:00:00 2001
From: 1154079537 <1154079537@qq.com>
Date: Fri, 10 May 2024 15:11:28 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E4=BB=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pages/cloud_warehouse/home/home.vue | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/cloud_warehouse/home/home.vue b/pages/cloud_warehouse/home/home.vue
index 133ff0a..c182921 100644
--- a/pages/cloud_warehouse/home/home.vue
+++ b/pages/cloud_warehouse/home/home.vue
@@ -306,7 +306,7 @@
 					page: 1,
 					limit: 20,
 					mer_type: 1, //1-里海云仓, 2-云市场, 3-名优特产
-					mer_cate_id: '',
+					mer_cate_pid: '',
 					keyword: '',
 					deduction_rate: '', //抵扣比例
 					rand: 1
@@ -355,13 +355,13 @@
 					store_category_id: ''
 				})
 				this.cate_change_children = 0;
-				this.where.mer_cate_id = this.store_category[e].store_category_id;
+				this.where.mer_cate_pid = this.store_category[e].store_category_id;
 				this.getProductslist(true);
 			},
 			changeChildrenCate(e) {
 				this.cate_change_children = e;
-				this.where.mer_cate_id = this.store_category_children[e].store_category_id;
-				if (e == 0) this.where.mer_cate_id = this.store_category[this.cate_change]
+				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]
 					.store_category_id; // 如若选中全部, 则取父级id
 				this.getProductslist(true);
 			},