zhouwx
2024-07-05 a89cc4281bf7d4c6d984bb9827cd0f175416c286
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)