From 886656945c74962d689d2f06bc2f4dcaf179fe7c Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 14 Nov 2024 14:13:37 +0800 Subject: [PATCH] fix --- src/api/index.js | 2 +- src/pages/allocationReview/list/index.vue | 4 ++-- src/pages/allocationReview/records/index.vue | 6 +++--- src/pages/expert/list/index.vue | 2 +- src/pages/myReview/list/index.vue | 2 +- src/pages/myReview/records/index.vue | 8 ++++---- src/pages/myReview/theoryReview/index.vue | 15 +++++++++++---- 7 files changed, 23 insertions(+), 16 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 0e3ed0a..72f2258 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -31,7 +31,7 @@ export default { occupationlabStaff: `/occupationlab/occupationlab/staff/staffList`, querySchoolByReadAndAppraise: `/nakadai/nakadai/school/querySchoolByReadAndAppraise`, querySchool: `/nakadai/nakadai/school/querySchool`, - myClass: `/occupationlab/occupationlab/achievement/myClass`, + allClassesInOurSchool: `/occupationlab/occupationlab/achievement/allClassesInOurSchool`, getDetailedExamScores: `/exam/exam/paper/getDetailedExamScores`, reviewSettingsList: `/competition/competition/readAndAppraise/reviewSettingsList`, diff --git a/src/pages/allocationReview/list/index.vue b/src/pages/allocationReview/list/index.vue index 4a2e2ee..1d106fb 100644 --- a/src/pages/allocationReview/list/index.vue +++ b/src/pages/allocationReview/list/index.vue @@ -50,7 +50,7 @@ min-width="120" show-overflow-tooltip> - @@ -63,7 +63,7 @@