+
liuyg
2021-11-23 3a6ae7ec0c0df9681b08efe4adca05a71afeb2b0
src/api/examapi/performance.js
@@ -19,3 +19,19 @@
    data: row
  })
}
export const updateAbsent = (row) => {
  return request({
    url: '/api/examScore/updateAbsent',
    method: 'post',
    data: row
  })
}
export const updateGrade = (row) => {
  return request({
    url: '/api/scoreAuditRecords/scoreUpdateApply',
    method: 'post',
    data: row
  })
}