Administrator
2021-08-13 afbf287f31db7e14f7fc890f2674f281fdbef3bd
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
    })
}