From 52bd5557cb7a3eeb467f75a2b9101bf7f097754f Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期三, 03 十二月 2025 13:58:57 +0800
Subject: [PATCH] 修改新增
---
src/api/onlineEducation/user.js | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/src/api/onlineEducation/user.js b/src/api/onlineEducation/user.js
index 25bacd6..60fc13d 100644
--- a/src/api/onlineEducation/user.js
+++ b/src/api/onlineEducation/user.js
@@ -45,3 +45,27 @@
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
+ })
+}
+
+export function getEmployeeRecords(param) {
+ return request({
+ url: '/system/employee-record/getEmployeeRecordList',
+ method: 'get',
+ params: param
+ })
+}
--
Gitblit v1.9.2