From 1f34754ce77199ffb9bbea09c5ef34e03e30f881 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期五, 05 七月 2024 16:52:18 +0800
Subject: [PATCH] 修改

---
 src/views/onlineEducation/classBatch/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/onlineEducation/classBatch/index.vue b/src/views/onlineEducation/classBatch/index.vue
index b2214b8..52ceb6d 100644
--- a/src/views/onlineEducation/classBatch/index.vue
+++ b/src/views/onlineEducation/classBatch/index.vue
@@ -147,10 +147,10 @@
       this.getList();
     },
     handleViewCourse(data){
-      this.$refs.courseDialogRef.openDialog(data);
+      this.$refs.courseDialogRef.openDialog(data,'batch');
     },
     openStudent(data) {
-      this.$refs.studentDialog.openDialog(data);
+      this.$refs.studentDialog.openDialog(data,'batch');
     },
     openClassHour(data){
       this.$refs.classRef.openDialog(data)

--
Gitblit v1.9.2