From 7ef236374431bf2a9ed74dc23e5909c6ef22932d Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 04 一月 2022 18:03:30 +0800 Subject: [PATCH] fixed TODO#133629 標註為已連絡時使用API回傳的資料 --- PAMapp/pages/myAppointmentList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PAMapp/pages/myAppointmentList.vue b/PAMapp/pages/myAppointmentList.vue index eaa086b..ea6c11b 100644 --- a/PAMapp/pages/myAppointmentList.vue +++ b/PAMapp/pages/myAppointmentList.vue @@ -28,7 +28,7 @@ :isOpen.sync="showNewAppointmentHint" > <div class="text--center mdTxt"> - <p class="mb-50">雿�� <span class="text--primary">{{ newAppointmentSum }}</span> �������</p> + <p class="mb-50">���� <span class="text--primary">{{ newAppointmentSum }}</span> �������</p> <div class="text--center"> <el-button type="primary" @@ -121,7 +121,7 @@ this.showNewAppointmentHint = this.newAppointmentSum > 0; } - @Watch('$route') + @Watch('$route', {immediate: true}) onRouteChange() { const routeFullName = this.$route.name; if (routeFullName) { -- Gitblit v1.8.0