多体系建设信息化条统-前端
zhouwx
2025-11-14 ec9f12898d3fa6c57485c9f43af15203bb867639
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
    })
}