From a89cc4281bf7d4c6d984bb9827cd0f175416c286 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 05 七月 2024 17:06:26 +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