shuishen
2021-11-04 e0001b944ebd202e0640d164d7f1fb439193f7d4
src/api/examapi/performance.js
@@ -20,7 +20,6 @@
    })
}
export const updateAbsent = (row) => {
    return request({
        url: '/api/examScore/updateAbsent',
@@ -28,3 +27,11 @@
        data: row
    })
}
export const updateGrade = (row) => {
  return request({
    url: '/api/scoreAuditRecords/scoreUpdateApply',
    method: 'post',
    data: row
  })
}