From 35b1970aa850c233f7f9f26a5992ece5d356fe92 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期五, 12 十二月 2025 14:58:42 +0800
Subject: [PATCH] 修改新增

---
 src/api/onlineEducation/user.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/onlineEducation/user.js b/src/api/onlineEducation/user.js
index aa8bcff..60fc13d 100644
--- a/src/api/onlineEducation/user.js
+++ b/src/api/onlineEducation/user.js
@@ -61,3 +61,11 @@
         data: data
     })
 }
+
+export function getEmployeeRecords(param) {
+    return request({
+        url: '/system/employee-record/getEmployeeRecordList',
+        method: 'get',
+        params: param
+    })
+}

--
Gitblit v1.9.2