增加考试中心下拉刷新功能

This commit is contained in:
田岩
2025-09-17 15:48:58 +08:00
parent fe7e4b6a1e
commit 376e54f4dd
11 changed files with 218 additions and 257 deletions
+10
View File
@@ -31,6 +31,16 @@ export const queryPaperExamScore = (data) => {
data
});
};
// 根据试卷id查询详情
export const queryTraExamPapersByPapersId = (data) => {
return request({
url: base_url + '/traExamPapers/queryTraExamPapersByPapersId',
method: 'post',
toastErrors: true,
data
});
};
// ↑↑↑↑↑↑↑↑↑考试中心考试↑↑↑↑↑↑↑