保安服务企业管理项目备份
guoshilong
2024-01-09 92fca5465da28b68f56cb5f2d9e73a28604e63c7
src/api/examapi/modifiedGrades.js
@@ -26,4 +26,12 @@
        method: 'post',
        data: row
    })
}
export const batchAudit = (row) => {
    return request({
        url: '/api/scoreAuditRecords/batchAudit',
        method: 'post',
        data: row
    })
}