Riku
2024-09-28 c18772a3b843e3ca5af5e58d6570860ce1a4aa8f
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}) {