gaoluyang
12 小时以前 076bb96b437258f0e8cdbe184040e1e302b60d4b
src/api/personnelManagement/employeeRecord.js
@@ -16,3 +16,12 @@
        params: query,
    })
}
// 导出合同副本
export function staffOnJobExportCopy(data) {
    return request({
        url: '/staff/staffOnJob/exportCopy',
        method: 'post',
        data: data,
    })
}