Commit eb72d8bd authored by zhengke's avatar zhengke

no message

parent 73a8fd7f
...@@ -124,11 +124,11 @@ ...@@ -124,11 +124,11 @@
toggleTitle(t) { toggleTitle(t) {
data.tabNme = t data.tabNme = t
if(this.tabNme=='学生列表'){ if(this.tabNme=='学生列表'){
this.getCourseStuList() that.getCourseStuList()
}else if(this.tabNme=='作业情况'){ }else if(this.tabNme=='作业情况'){
this.getGetCourseHomeWorkList() that.getGetCourseHomeWorkList()
}else{ }else{
this.getExamPageList() that.getExamPageList()
} }
}, },
//获取学生列表 //获取学生列表
...@@ -217,6 +217,7 @@ ...@@ -217,6 +217,7 @@
onMounted(() => { onMounted(() => {
}); });
let that = methods;
return { return {
...toRefs(data), ...toRefs(data),
...methods, ...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