Commit eb72d8bd authored by zhengke's avatar zhengke

no message

parent 73a8fd7f
......@@ -124,11 +124,11 @@
toggleTitle(t) {
data.tabNme = t
if(this.tabNme=='学生列表'){
this.getCourseStuList()
that.getCourseStuList()
}else if(this.tabNme=='作业情况'){
this.getGetCourseHomeWorkList()
that.getGetCourseHomeWorkList()
}else{
this.getExamPageList()
that.getExamPageList()
}
},
//获取学生列表
......@@ -217,6 +217,7 @@
onMounted(() => {
});
let that = methods;
return {
...toRefs(data),
...methods,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment