Commit f32036d1 authored by 耿迪迪's avatar 耿迪迪

考试统计详情问题修改

parent 087910fb
......@@ -227,10 +227,10 @@
this.testStatDetailOpen = true;
this.courseName=courseName;
this.queryDetailParams.courseId=courseId;
this.getTestStatDetails(courseId);
this.getTestStatDetails();
},
getTestStatDetails(courseId){
this.queryDetailParams.courseId = courseId;
getTestStatDetails(){
//this.queryDetailParams.courseId = courseId;
testPersonDetailByCourseId(this.queryDetailParams).then(res =>{
this.testStatDetailData = res.rows.map((item, index) => {
return {
......
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