From c71bbcff67136ff62b5c2bf7c1861d10b1665137 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 30 十一月 2021 19:27:58 +0800 Subject: [PATCH] fixed: TODO#131224 快速篩選 1. 應記住選擇條件 2. 點選顧問資訊檢視後, 回上一頁時要回到篩選出 顧問的頁面(快速篩選頁面 且已經篩選出顧問) --- PAMapp/components/BackActionBar.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue index c3aef12..b18bbd3 100644 --- a/PAMapp/components/BackActionBar.vue +++ b/PAMapp/components/BackActionBar.vue @@ -48,8 +48,7 @@ } } pushRouterByLoginRole():void{ - const link = _.isEqual(this.currentRole,Role.ADMIN)? '/myAppointmentList/appointmentList':'/'; - this.$router.push(link); + this.$router.go(-1); } } </script> -- Gitblit v1.8.0