From b330e57051e54789eb83d10dc58c4d9d10c608e1 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期三, 17 九月 2025 09:55:19 +0800
Subject: [PATCH] 2025.9.17 数据产品模块(待完成)

---
 src/api/fysp/evaluateApi.js |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/api/fysp/evaluateApi.js b/src/api/fysp/evaluateApi.js
index a09247d..3e804e5 100644
--- a/src/api/fysp/evaluateApi.js
+++ b/src/api/fysp/evaluateApi.js
@@ -65,11 +65,17 @@
   },
 
   /** 
+   * 鎵归噺淇敼鏈�灏忛」寰楀垎
+   */
+  updateMultipleScore(evaVo) {
+    return $fysp.post(`itemevaluation/update/multiple`, evaVo).then((res) => res.data);
+  },
+  /** 
    * 淇敼鏈�灏忛」寰楀垎
    */
   updateScore({itemList, subTaskId}) {
     const param = `?subTaskId=${subTaskId}`
-    return $fysp.post(`/itemevaluation/update${param}`, itemList).then((res) => res.data);
+    return $fysp.post(`itemevaluation/update${param}`, itemList).then((res) => res.data);
   },
   /** 
    * 鑾峰緱鎵�鏈夎鍒欑埗鑺傜偣
@@ -80,7 +86,7 @@
   /** 鏍规嵁鐖惰妭鐐筰d鑾峰彇瀛愯鍒� */
   getSubRules(id) {
     const param = `?id=${id}`
-    return $fysp.get(`/evaluationsubrule/byRule${param}`).then((res) => res.data);
+    return $fysp.get(`evaluationsubrule/byRule${param}`).then((res) => res.data);
   },
   /** 
    * 鏇存柊鐖惰妭鐐硅鍒�

--
Gitblit v1.9.3