From 406a25c07c33ac3a969e3bdb4d5e90e74c2ed9a3 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期四, 13 十一月 2025 14:02:55 +0800
Subject: [PATCH] 修改新增
---
src/api/onlineEducation/user.js | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/api/onlineEducation/user.js b/src/api/onlineEducation/user.js
index 25bacd6..aa8bcff 100644
--- a/src/api/onlineEducation/user.js
+++ b/src/api/onlineEducation/user.js
@@ -45,3 +45,19 @@
method: 'put'
})
}
+
+export function getEmployeeRecordList(param) {
+ return request({
+ url: '/system/employee-record/selectEmployeeRecordList',
+ method: 'get',
+ params: param
+ })
+}
+
+export function updateEmployeeRecord(data) {
+ return request({
+ url: '/system/employee-record/saveEmployeeRecord',
+ method: 'post',
+ data: data
+ })
+}
--
Gitblit v1.9.2