From 89292199af8b4db3a6333b9941ef277f26490f6d Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 14 十月 2024 17:06:55 +0800
Subject: [PATCH] 1. 添加dayjs插件声明

---
 src/api/fysp/evaluateApi.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/fysp/evaluateApi.js b/src/api/fysp/evaluateApi.js
index 4ab4a94..3e804e5 100644
--- a/src/api/fysp/evaluateApi.js
+++ b/src/api/fysp/evaluateApi.js
@@ -68,14 +68,14 @@
    * 鎵归噺淇敼鏈�灏忛」寰楀垎
    */
   updateMultipleScore(evaVo) {
-    return $fysp.post(`/itemevaluation/update/multiple`, evaVo).then((res) => res.data);
+    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);
   },
   /** 
    * 鑾峰緱鎵�鏈夎鍒欑埗鑺傜偣
@@ -86,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