From d318f2183828722c4d228684af448c1e47e8ea0a Mon Sep 17 00:00:00 2001 From: dlaren Date: Thu, 7 Aug 2025 15:11:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=20?= =?UTF-8?q?=E8=AF=95=E5=8D=B7=E8=BD=AF=E4=BB=B6=E7=8E=AF=E5=A2=83=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E8=AF=95=E5=8D=B7=E6=96=B9=E6=A1=88=E4=B8=AD=E8=AF=95?= =?UTF-8?q?=E9=A2=98=E8=87=AA=E5=8A=A8=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/exam/app/index.ts | 5 +- src/views/exam/specialty/index.vue | 101 ++++++------------ .../exam/components/steps/step3/index.vue | 14 +-- .../ai/components/steps/step3/index.vue | 14 +-- .../components/steps/step3/index.vue | 14 +-- .../module/components/steps/step3/index.vue | 14 +-- .../random/components/steps/step3/index.vue | 14 +-- .../sprint/components/steps/step3/index.vue | 14 +-- .../trans/components/steps/step3/index.vue | 14 +-- 9 files changed, 85 insertions(+), 119 deletions(-) diff --git a/src/api/exam/app/index.ts b/src/api/exam/app/index.ts index cec7952..4df3350 100644 --- a/src/api/exam/app/index.ts +++ b/src/api/exam/app/index.ts @@ -16,4 +16,7 @@ export const getAppCheck = async (taskId: string) => { // 查询 export const deleteAppCheck = async (id: string) => { return await request.get({ url: '/exam/app/delete/' + id }) -} \ No newline at end of file +} +export const createAppCheckList = async (taskId: string) => { + return await request.get({ url: '/exam/app/getAppCheckListByTaskId/' + taskId }) +} diff --git a/src/views/exam/specialty/index.vue b/src/views/exam/specialty/index.vue index 51715d7..dfe9dc0 100644 --- a/src/views/exam/specialty/index.vue +++ b/src/views/exam/specialty/index.vue @@ -1,34 +1,6 @@