diff --git a/src/views/course/CourseManage.vue b/src/views/course/CourseManage.vue index f5074a11..9c927f32 100644 --- a/src/views/course/CourseManage.vue +++ b/src/views/course/CourseManage.vue @@ -955,7 +955,7 @@ export default { apicourseStudy .studyExport({ courseId: this.courseDetail.id, - aname: this.learningRecords.name, + aid: this.learningRecords.aid.join(","), status: this.learningRecords.status, queryStartTime: this.studyDateTime.length > 0 ? this.studyDateTime[0] : "", queryFinishTime: this.studyDateTime.length > 1 ? this.studyDateTime[1] : "", @@ -968,7 +968,7 @@ export default { apicourseStudy .exportSignup({ courseId: this.courseDetail.id, - name: this.signup.name, + aid: this.signup.aid.join(","), signType: this.signup.signType, }) .then((res) => {