From 06f5d5f65c93bcc664d6e7f3aaf1b2be2c6a3494 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 | 7 ++- src/views/paper/question/index.vue | 88 +++++++++++++++++++++++------- 2 files changed, 73 insertions(+), 22 deletions(-) diff --git a/src/api/paper/question/index.ts b/src/api/paper/question/index.ts index 5882c94..a59da4b 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' }) @@ -170,4 +173,4 @@ export const setPsPoint = (data) => { export const getPsPointByQuId = (id) => { return request.get({ url: `/exam/getPoints/getPsPointById/${id}` }) -} \ No newline at end of file +} diff --git a/src/views/paper/question/index.vue b/src/views/paper/question/index.vue index e8927f5..67fc44b 100644 --- a/src/views/paper/question/index.vue +++ b/src/views/paper/question/index.vue @@ -113,9 +113,12 @@ - + 推送审核试题 + + 审核试题 + --> - + + + @@ -253,26 +268,23 @@ :inline="true" label-width="68px" > - + - 搜索 - 重置 - - - + + -