保誠-保戶業務員媒合平台
Jack
2021-12-01 ab79329b71e1c962764a6be325a25c3e3a255e35
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>