From b4d6944076f1df6eedaae35c4c2a7072fe988e8a Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期二, 30 四月 2024 15:34:02 +0800
Subject: [PATCH] update: package-lock.json

---
 PAMapp/pages/record/index.vue |   15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/PAMapp/pages/record/index.vue b/PAMapp/pages/record/index.vue
index de16eb0..be49f11 100644
--- a/PAMapp/pages/record/index.vue
+++ b/PAMapp/pages/record/index.vue
@@ -1,7 +1,7 @@
 <template>
 <div>
     <ReviewRecords
-      :myAppointmentReviewLogList="myAppointmentReviewLogList"
+      :reviewLogList="reviewLogList"
     ></ReviewRecords>
 </div>
 </template>
@@ -13,17 +13,8 @@
 @Component
 export default  class Reviews extends Vue{
 
-    @State('myAppointmentReviewLogList')
-    myAppointmentReviewLogList!: AppointmentLog[];
-
-    @Action
-    storeMyAppointmentReviewLog!: any;
-
-    //////////////////////////////////////////////////////////////////////
-
-    mounted() {
-        this.storeMyAppointmentReviewLog();
-    }
+    @State('reviewLogList')
+    reviewLogList!: AppointmentLog[];
 
 }
 </script>

--
Gitblit v1.8.0