xiangpei
2024-03-19 5309f0aae4dc789cee92a8d7de4985c22d6ce259
src/api/platform/check-result.js
@@ -43,6 +43,14 @@
  })
}
// 发布考核结果
export function publishCheckResult(id) {
  return request({
    url: '/check-result/publish/' + id,
    method: 'put'
  })
}
// 提交人工分数
export function manualScore(data) {
  return request({