From b6d70fd9329b1c5fee415713e7ca5d9dcab66526 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Wed, 02 Mar 2022 09:01:06 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
---
src/api/examapi/performance.js | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/src/api/examapi/performance.js b/src/api/examapi/performance.js
index 36582a6..48d26c8 100644
--- a/src/api/examapi/performance.js
+++ b/src/api/examapi/performance.js
@@ -20,11 +20,26 @@
})
}
-
export const updateAbsent = (row) => {
return request({
url: '/api/examScore/updateAbsent',
method: 'post',
data: row
})
+}
+
+export const updateGrade = (row) => {
+ return request({
+ url: '/api/scoreAuditRecords/scoreUpdateApply',
+ method: 'post',
+ data: row
+ })
+}
+
+export const getNowDate = () => {
+ return request({
+ url: '/api/examScore/getNowDate',
+ method: 'get',
+ params: {}
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3