mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 00:06:45 +08:00
教师端1期导出参数调整
This commit is contained in:
@@ -942,6 +942,7 @@ export default {
|
|||||||
apicourseStudy
|
apicourseStudy
|
||||||
.studyExport({
|
.studyExport({
|
||||||
courseId: this.courseDetail.id,
|
courseId: this.courseDetail.id,
|
||||||
|
contentName: this.recourseListQuery.contentName
|
||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.handleExport(
|
this.handleExport(
|
||||||
@@ -956,8 +957,8 @@ export default {
|
|||||||
courseId: this.courseDetail.id,
|
courseId: this.courseDetail.id,
|
||||||
aname: this.learningRecords.name,
|
aname: this.learningRecords.name,
|
||||||
status: this.learningRecords.status,
|
status: this.learningRecords.status,
|
||||||
queryStartTime: this.learningRecords.queryStartTime,
|
queryStartTime: this.studyDateTime.length > 0 ? this.studyDateTime[0] : "",
|
||||||
queryFinishTime: this.learningRecords.queryFinishTime,
|
queryFinishTime: this.studyDateTime.length > 1 ? this.studyDateTime[1] : "",
|
||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.handleExport(res, this.courseDetail.name + "的学习记录.xlsx");
|
this.handleExport(res, this.courseDetail.name + "的学习记录.xlsx");
|
||||||
|
|||||||
Reference in New Issue
Block a user