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:
@@ -955,7 +955,7 @@ export default {
|
|||||||
apicourseStudy
|
apicourseStudy
|
||||||
.studyExport({
|
.studyExport({
|
||||||
courseId: this.courseDetail.id,
|
courseId: this.courseDetail.id,
|
||||||
aname: this.learningRecords.name,
|
aid: this.learningRecords.aid.join(","),
|
||||||
status: this.learningRecords.status,
|
status: this.learningRecords.status,
|
||||||
queryStartTime: this.studyDateTime.length > 0 ? this.studyDateTime[0] : "",
|
queryStartTime: this.studyDateTime.length > 0 ? this.studyDateTime[0] : "",
|
||||||
queryFinishTime: this.studyDateTime.length > 1 ? this.studyDateTime[1] : "",
|
queryFinishTime: this.studyDateTime.length > 1 ? this.studyDateTime[1] : "",
|
||||||
@@ -968,7 +968,7 @@ export default {
|
|||||||
apicourseStudy
|
apicourseStudy
|
||||||
.exportSignup({
|
.exportSignup({
|
||||||
courseId: this.courseDetail.id,
|
courseId: this.courseDetail.id,
|
||||||
name: this.signup.name,
|
aid: this.signup.aid.join(","),
|
||||||
signType: this.signup.signType,
|
signType: this.signup.signType,
|
||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user