From 654c6b9c6fdcf98621fbe4d638e7bfdb3b60820f Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期三, 03 十二月 2025 16:17:06 +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