From d040d62f7a6db237386a2ac1f856f5daba0f5086 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期日, 28 四月 2024 09:11:18 +0800
Subject: [PATCH] 考核结果二级页面
---
src/api/platform/check-score.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/api/platform/check-score.js b/src/api/platform/check-score.js
index 2871241..f26b1b1 100644
--- a/src/api/platform/check-score.js
+++ b/src/api/platform/check-score.js
@@ -10,9 +10,9 @@
}
// 鏌ヨ鑰冩牳绉垎鏄庣粏璇︾粏
-export function getScore(id) {
+export function getScoreIndex(id) {
return request({
- url: '/check/score/' + id,
+ url: '/check/score/detail/' + id,
method: 'get'
})
}
@@ -35,7 +35,7 @@
})
}
-// 淇敼鑰冩牳绉垎鏄庣粏
+// 鍙戝竷鑰冩牳绉垎
export function publishScore(data) {
return request({
url: '/check/score/publish',
--
Gitblit v1.8.0