gaoluyang
2 天以前 a5132f42a1bf77f6bd69b371aa4ab70f64747c27
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
    })
}