修复bug

This commit is contained in:
X1627315083
2024-09-12 11:30:01 +08:00
parent 05c78c8b29
commit 32e5ff6945
2 changed files with 4 additions and 2 deletions

View File

@@ -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();
},