From f60c41f9ffc601e4e9d3eeff3ee43fe31d0b2921 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 17 十一月 2025 15:41:37 +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