export default class Letsel { constructor () { this.data = { infcon: { seaownref: '', opndatfrom:new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)) , opndatto: new Date(), searef: '', isClosed:'', }, becon:{ beownref:'', opndatfrom:new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)) , opndatto: new Date(), searef: '', seaownref: '', isClosed:'', }, ltcon:{ ltownref:'', opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)), opndatto: new Date(), searef: '', seaownref: '', isClosed:'', }, btcon:{ btownref:'', opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)), opndatto: new Date(), searef: '', ltownref: '', isClosed:'', }, bpcon:{ bpownref:'', opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)), opndatto: new Date(), seaownref:'', matdatfrom:'', matdatto:'', searef:'', isClosed:'', }, dfcon:{ dfownref:'', opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)), opndatto: new Date(), searef: '', pntref:'', matdatfrom:'', matdatto:'', dfbkref:'', isClosed:'', } } } }