封装学习任务和考试中心列表item组件

This commit is contained in:
田岩
2025-08-25 16:47:35 +08:00
parent 0f52f465c8
commit 1ba8a0c843
18 changed files with 899 additions and 720 deletions
+10
View File
@@ -40,3 +40,13 @@ export const queryPracticeRecordByExrId = (data) => {
data
});
};
// 5.联系时候查询问答题结果
export const queryCrsPracticeAnswerResult = (data) => {
return request({
url: base_url + '/traCrsPractice/queryCrsPracticeAnswerResult',
method: 'post',
toastErrors: true,
data
});
};