chenhj
9 天以前 2fc58fbb10745abd97168b8da21d4142e11d7f2e
src/api/personnelManagement/employeeRecord.js
@@ -15,4 +15,13 @@
        method: 'get',
        params: query,
    })
}
// 导出合同副本
export function staffOnJobExportCopy(data) {
    return request({
        url: '/staff/staffOnJob/exportCopy',
        method: 'post',
        data: data,
    })
}