保誠-保戶業務員媒合平台
Mila
2021-11-30 c75b2fc79f5aa811ba3f5d028633f3765a017bbb
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>