forked from zhba/zhba_enterprises
src/api/examapi/examination.js @@ -37,3 +37,12 @@ data: row }) } export const updateAudit = (row) => { return request({ url: '/api/exampaper/update-audit', method: 'post', data: row }) }