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