From f8f1765c8735b42ea699e9897a79a6cec9aeb04b Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 08 一月 2025 14:44:23 +0800
Subject: [PATCH] 体育健康错别字(多次改多吃)

---
 src/books/meetingPlanners/view/components/chapter003.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/books/meetingPlanners/view/components/chapter003.vue b/src/books/meetingPlanners/view/components/chapter003.vue
index 4e29ba9..f4a508f 100644
--- a/src/books/meetingPlanners/view/components/chapter003.vue
+++ b/src/books/meetingPlanners/view/components/chapter003.vue
@@ -1167,9 +1167,9 @@
         },
         toUrl(val) {
             if (val) {
-                this.p_md5 = this.chapter003Md5[val].md5
-                this.somePdfTitleValue = this.chapter003Md5[val].name
-                this.$refsDialogRef.openDialog()
+                this.p_md5 = this.chapter003.pdfMd5[val].md5;
+                this.somePdfTitleValue = this.chapter003.pdfMd5[val].name;
+                this.$refs.pdfDialogRef.openDialog();
             }
         },
         setBookQuestion() {

--
Gitblit v1.9.1