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 @@ 拉取 + + +