From b073bec7998c3d43faf37de5fb94269d0190b5ec Mon Sep 17 00:00:00 2001 From: dlaren Date: Fri, 8 Aug 2025 14:55:21 +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=E9=A2=98=E5=AE=A1=E6=A0=B8=EF=BC=8C=E8=AF=95=E9=A2=98?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E3=80=81=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/paper/question/index.ts | 5 +- src/views/paper/question/index.vue | 107 ++++++++++++++++++++++------- 2 files changed, 86 insertions(+), 26 deletions(-) diff --git a/src/api/paper/question/index.ts b/src/api/paper/question/index.ts index 4940698..add73fd 100644 --- a/src/api/paper/question/index.ts +++ b/src/api/paper/question/index.ts @@ -26,7 +26,10 @@ export const getQuestionAuditList = (params: QuestionQueryVO) => { export async function auditQuestion(data) { - return await request.post({ url: '/rabbitmq/send' ,data }) + return await request.post({ url: '/rabbitmq/sendAudio' ,data }) +} +export async function auditQuestionTrue(data) { + return await request.post({ url: '/exam/question/auditQuestion' ,data }) } export async function rabbitmqConnect() { return await request.post({ url: '/rabbitmq/connect' }) diff --git a/src/views/paper/question/index.vue b/src/views/paper/question/index.vue index b548773..2fc636b 100644 --- a/src/views/paper/question/index.vue +++ b/src/views/paper/question/index.vue @@ -113,9 +113,22 @@ - + 推送审核试题 + + 审核试题 + --> - + + + @@ -253,26 +278,23 @@ :inline="true" label-width="68px" > - + - 搜索 - 重置 - - - + + -