Browse Source

Update exerciseDurationDetail.vue

lex 1 year ago
parent
commit
c939151eeb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/main/coursewareDate/exerciseDurationDetail.vue

+ 1 - 1
src/views/main/coursewareDate/exerciseDurationDetail.vue

@@ -357,7 +357,7 @@ export default {
           sort,
           sort,
           asc,
           asc,
           ...getTimeFormat(dates, ["startTime", "endTime"]),
           ...getTimeFormat(dates, ["startTime", "endTime"]),
-          organId
+          organizationId: organId
         };
         };
         const res = await api_studentCoursewarePlayRecordDetail({
         const res = await api_studentCoursewarePlayRecordDetail({
           page: this.pageInfo.page,
           page: this.pageInfo.page,