gaoluyang
3 天以前 cffcd17e0786d4004b5147ac9a03c9afdd6b7042
src/api/personnelManagement/employeeRecord.js
@@ -15,4 +15,12 @@
        method: 'get',
        params: query,
    })
}
}
export function save(data){
    return request({
        url: '/staff/staffOnJob/save',
        method: 'post',
        data: data
    })
}