From d8eda80eaf2f328ed43dc4f5c783b7dee5a4092c Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期六, 12 十月 2024 17:39:39 +0800 Subject: [PATCH] 1. 新增巡查计划功能(待完成); 2. 完成任务的各场景下的分别移除和添加; --- 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