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

考试统计详情问题修改

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