feat-完善AI质检和AI样本标记功能和样式

This commit is contained in:
zhang.weiwei
2025-03-12 22:57:29 +08:00
parent ea6f13a5df
commit b46158a897
18 changed files with 86 additions and 77 deletions

View File

@@ -189,6 +189,7 @@ export function aiSampleMark(sn, data) {
return request({
url: `/console/surveys/${sn}/answer_mark_ai`,
method: 'post',
toastError: false,
data,
timeout: 120000
});