shuishen
2021-08-13 d296cf352c682802ff261994416d4cb0e1c6aa34
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
    })
}