src/api/platform/check-score.js
@@ -10,9 +10,9 @@ } // 查询考核积分明细详细 export function getScore(id) { export function getScoreIndex(id) { return request({ url: '/check/score/' + id, url: '/check/score/detail/' + id, method: 'get' }) } @@ -35,7 +35,7 @@ }) } // 修改考核积分明细 // 发布考核积分 export function publishScore(data) { return request({ url: '/check/score/publish',