From 202f69ff07a2840a9746cda72361f0f67a20a85a Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期二, 30 十一月 2021 19:47:10 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- PAMapp/components/NavBar.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/PAMapp/components/NavBar.vue b/PAMapp/components/NavBar.vue index 43e8eaf..e55c62c 100644 --- a/PAMapp/components/NavBar.vue +++ b/PAMapp/components/NavBar.vue @@ -41,6 +41,8 @@ @Component export default class NavBar extends Vue { @roleStorage.Mutation storageClear!: () => void; + @roleStorage.Mutation storageClearQuickFilter!: () => void; + @roleStorage.Mutation storageClearRecommendConsultant!: () => void; @roleStorage.Getter idToken!: string | null; @roleStorage.Getter currentRole!: string | null; @@ -104,6 +106,8 @@ // TODO: ��TP隤����� ���蝙� fakeLogout(): void { this.storageClear(); + this.storageClearQuickFilter(); + this.storageClearRecommendConsultant(); _.isEqual(this.$route.name, 'index') ? location.reload() : this.$router.push('/'); } } -- Gitblit v1.8.0