From 4d039e9a63aec2cd2acc24483e4c9a91e5ea5132 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sun, 1 Nov 2020 14:01:48 +0100 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A8=E8=8D=90=E5=90=8E?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E5=88=86=E7=B1=BB=E8=BF=87=E6=BB=A4=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Recommandation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Recommandation.vue b/src/components/Recommandation.vue index 4223e01..807ff69 100644 --- a/src/components/Recommandation.vue +++ b/src/components/Recommandation.vue @@ -199,6 +199,7 @@ export default { return b.detail.year - a.detail.year }) recommandation.clear().then(recommandation.bulkAdd(this.recommandations)) + this.getFilterData() this.$message.success('更新推荐成功') } }