From ab79329b71e1c962764a6be325a25c3e3a255e35 Mon Sep 17 00:00:00 2001
From: Jack <jack.su@pollex.com.tw>
Date: 星期三, 01 十二月 2021 17:51:41 +0800
Subject: [PATCH] [ADD] 填寫滿意度問卷 [ADD] 查詢自己所有的滿意度填寫結果

---
 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 6f7df2e..a57cb21 100644
--- a/PAMapp/components/BackActionBar.vue
+++ b/PAMapp/components/BackActionBar.vue
@@ -61,8 +61,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