From b015e22c1a409932559f8f0f8185a66d637898cb Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 12 Sep 2024 14:32:16 +0800 Subject: [PATCH] fix --- src/api/index.js | 4 +- src/pages/allocationReview/detail/auto.vue | 715 --------- src/pages/allocationReview/detail/index.vue | 1360 ----------------- src/pages/allocationReview/detail/manual.vue | 610 -------- .../allocationReview/detail/repeatQues.vue | 119 -- .../allocationReview/detail/template.vue | 329 ---- src/pages/allocationReview/list/index.vue | 6 +- src/pages/allocationReview/list/progress.vue | 6 +- .../allocationReview/list/progressDetail.vue | 8 +- src/pages/allocationReview/preview/index.vue | 706 --------- .../allocationReview/records/allocation.vue | 262 ++++ src/pages/allocationReview/records/index.vue | 336 ++++ src/pages/allocationReview/records/people.vue | 351 +++++ src/pages/myReview/records/index.vue | 4 +- src/router/modules/allocationReview.js | 10 +- 15 files changed, 969 insertions(+), 3857 deletions(-) delete mode 100644 src/pages/allocationReview/detail/auto.vue delete mode 100644 src/pages/allocationReview/detail/index.vue delete mode 100644 src/pages/allocationReview/detail/manual.vue delete mode 100644 src/pages/allocationReview/detail/repeatQues.vue delete mode 100644 src/pages/allocationReview/detail/template.vue delete mode 100644 src/pages/allocationReview/preview/index.vue create mode 100644 src/pages/allocationReview/records/allocation.vue create mode 100644 src/pages/allocationReview/records/index.vue create mode 100644 src/pages/allocationReview/records/people.vue diff --git a/src/api/index.js b/src/api/index.js index 4076903..fae092a 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -7,7 +7,9 @@ export default { queryProvince: `/nakadai/nakadai/province/queryProvince`, queryCity: `/nakadai/nakadai/city/queryCity`, - querySchool: `/nakadai/nakadai/school/querySchool`, + treeListArch: `/nakadai/nakadai/staffAccountArchitecture/treeList`, + staffList: `/nakadai/nakadai/backstageStaff/staffList`, + querySchoolByReadAndAppraise: `/nakadai/nakadai/school/querySchoolByReadAndAppraise`, getDetailedExamScores: `/exam/exam/paper/getDetailedExamScores`, reviewSettingsList: `/competition/competition/readAndAppraise/reviewSettingsList`, diff --git a/src/pages/allocationReview/detail/auto.vue b/src/pages/allocationReview/detail/auto.vue deleted file mode 100644 index 44701e1..0000000 --- a/src/pages/allocationReview/detail/auto.vue +++ /dev/null @@ -1,715 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/pages/allocationReview/detail/index.vue b/src/pages/allocationReview/detail/index.vue deleted file mode 100644 index db742e0..0000000 --- a/src/pages/allocationReview/detail/index.vue +++ /dev/null @@ -1,1360 +0,0 @@ -