From ad22af796d436cffb22ab0e5746337e623f28a47 Mon Sep 17 00:00:00 2001 From: "YOHO\\20373" <2037305722@qq.com> Date: Fri, 16 May 2025 17:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E8=AF=95?= =?UTF-8?q?=E9=A2=98=E5=AE=A1=E6=A0=B8=E4=BA=BA=E5=AE=A1=E6=A0=B8=E6=97=B6?= =?UTF-8?q?=E9=97=B4=EF=BC=8C=E5=AD=A6=E6=A0=A1=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/paper/question/index.ts | 7 ++++- src/views/paper/audit/index.vue | 49 +++++++++++++++++++++++++-------- 2 files changed, 43 insertions(+), 13 deletions(-) diff --git a/src/api/paper/question/index.ts b/src/api/paper/question/index.ts index 6c6d8b9..4094493 100644 --- a/src/api/paper/question/index.ts +++ b/src/api/paper/question/index.ts @@ -59,9 +59,15 @@ export function editQuestion(data: any) { export const getQuestionExamineList = (params: QuestionQueryVO) => { return request.get({ url: '/exam/question/auditList', params }) } + export const getSchoolName = (params) => { return request.get({ url: '/exam/question/getSchoolName',params }) } + +export const getSchoolNameNopage = () => { + return request.get({ url: '/exam/question/getSchoolNameNopage' }) +} + export const receiveAll = () => { return request.get({ url: '/rabbitmq/receiveAll' }) } @@ -80,7 +86,6 @@ export const doPush = (data) => { } - export const connectSchoolAll = (ids: string[]) => { return request.post({ url: '/rabbitmq/connectSchoolAll', diff --git a/src/views/paper/audit/index.vue b/src/views/paper/audit/index.vue index 3e469e7..8e372f9 100644 --- a/src/views/paper/audit/index.vue +++ b/src/views/paper/audit/index.vue @@ -76,21 +76,25 @@ :inline="true" label-width="68px" > - + + + @@ -115,6 +119,7 @@ 拉取 + + +