|
@@ -197,6 +197,9 @@ export const checkDataList = workId => {
|
|
export const dataItemCheck = ({ workId, checkItem, paramValue }) => {
|
|
export const dataItemCheck = ({ workId, checkItem, paramValue }) => {
|
|
return $post(`/api/check_data/check`, { workId, checkItem, paramValue });
|
|
return $post(`/api/check_data/check`, { workId, checkItem, paramValue });
|
|
};
|
|
};
|
|
|
|
+export const checkDataDetailList = datas => {
|
|
|
|
+ return $get(`/api/check_data/page_error`, datas);
|
|
|
|
+};
|
|
// grading -------------------------->
|
|
// grading -------------------------->
|
|
// grading-user-manage
|
|
// grading-user-manage
|
|
export const gradingUserList = datas => {
|
|
export const gradingUserList = datas => {
|