From 04902e236ea7fa8dc82f610e335983f4bf5be9c2 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 27 二月 2025 11:36:31 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 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