From b0379edfce842cf521edd555269412f8cd0ec11b Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期日, 29 九月 2024 17:33:09 +0800 Subject: [PATCH] 1. 评估记录批量修改监测数据得分 --- src/api/fysp/evaluateApi.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/api/fysp/evaluateApi.js b/src/api/fysp/evaluateApi.js index a09247d..4ab4a94 100644 --- a/src/api/fysp/evaluateApi.js +++ b/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}) { -- Gitblit v1.9.3