fuliqi
2024-03-20 7e33a9c7945c8643095c4eaf008e57683e5dc90d
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({