+
liuyg
2021-11-23 f019b073aadc184b5872e5f46d9b4762dd6a9fe7
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
  })
}