多体系建设信息化条统-前端
zhouwx
2026-02-03 f287988f7286ff397b29a03d501add6c4852500c
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
    })
}