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