From 019ca95f9f4191a2b3b34f9035c784a8b439ad7e Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期四, 13 十一月 2025 14:13:15 +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