From c18772a3b843e3ca5af5e58d6570860ce1a4aa8f Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期六, 28 九月 2024 22:24:20 +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