src/api/fysp/evaluateApi.js
@@ -65,6 +65,12 @@ }, /** * 批量修改最小项得分 */ updateMultipleScore(evaVo) { return $fysp.post(`/itemevaluation/update/multiple`, evaVo).then((res) => res.data); }, /** * 修改最小项得分 */ updateScore({itemList, subTaskId}) {