【新增】试题审核人审核时间,学校列表

This commit is contained in:
YOHO\20373
2025-05-16 17:06:23 +08:00
committed by 陆光LG
parent 914484f615
commit ad22af796d
2 changed files with 43 additions and 13 deletions

View File

@@ -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',