|
@@ -163,6 +163,7 @@ import {
|
|
|
getReviewInfo,
|
|
|
updateReviewInfo,
|
|
|
checkeIsAssignHomework,
|
|
|
+ getCourseStudents
|
|
|
} from "@/api/teacher";
|
|
|
import { browser } from "@/common/common";
|
|
|
import MHeader from "@/components/MHeader";
|
|
@@ -287,6 +288,10 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
|
|
|
+ await getCourseStudents({ courseScheduleId: this.courseId }).then(res => {
|
|
|
+ console.log(res)
|
|
|
+ })
|
|
|
+
|
|
|
let courseEvaluationObj = sessionStorage.getItem('courseEvaluationObj')
|
|
|
courseEvaluationObj = courseEvaluationObj ? JSON.parse(courseEvaluationObj) : null
|
|
|
// if()
|