From 05c78c8b29b66c1d7870db94513dac9eccd44956 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 12 Sep 2024 11:23:24 +0800 Subject: [PATCH] fix --- src/views/HomeView/HomeView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/HomeView/HomeView.vue b/src/views/HomeView/HomeView.vue index f053f578..56497bae 100644 --- a/src/views/HomeView/HomeView.vue +++ b/src/views/HomeView/HomeView.vue @@ -588,7 +588,7 @@ export default defineComponent({ //recollection recollection() { let collectionModal: any = this.$refs.collectionModal; - this.store.commit("clearAllData"); + // this.store.commit("clearAllData"); collectionModal.changeCollectionModal(true); collectionModal.recollection(); },