From 972f5ba0275e40fc55bcb02a23dc348c5f91d32f Mon Sep 17 00:00:00 2001 From: linxi Date: Thu, 28 Nov 2024 16:11:19 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2723=20=E3=80=90=E9=9D=9E=E9=81=97?= =?UTF-8?q?=E6=8A=80=E8=89=BA=E3=80=91=E6=90=9C=E7=B4=A2=E5=90=8E=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=88=86=E7=B1=BB=EF=BC=8C=E8=BD=AE=E6=92=AD=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E6=95=B0=E6=8D=AE=E6=B2=A1=E6=9C=89=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E8=AF=8D=E6=9D=A1=E8=BF=9B=E8=A1=8C=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E6=94=B9=E4=B8=BA=E6=90=9C=E7=B4=A2=E4=BB=A5?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E5=88=87=E6=8D=A2=E5=88=86=E7=B1=BB=E6=97=B6?= =?UTF-8?q?=E4=B9=9F=E4=BF=9D=E7=95=99=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/heritage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_product/views/heritage/index.vue b/pkg_product/views/heritage/index.vue index 55e3ccd..7e90381 100644 --- a/pkg_product/views/heritage/index.vue +++ b/pkg_product/views/heritage/index.vue @@ -137,7 +137,7 @@ export default { handleTab(index, item) { this.actived = index this.cacheList = item.contents - this.contents = this.cacheList + this.contents = this.cacheList.filter(e => e.name.indexOf(this.keyword) > -1) this.categoryId = item.ichCategoryId this.getRecommend() },