From 6a7b5f379f8d3e8b6d004bdf347cf1e86f3efdaf Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 06 May 2022 16:13:26 +0800
Subject: [PATCH] 保安员管理菜单修改,培训报名修改

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