From 46566d05cb156d40323078133191595d2a2f11c4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 10 十月 2024 17:27:04 +0800
Subject: [PATCH] 巡查任务管理界面开发中

---
 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