export default class Comsel { constructor() { this.data = { ptyExtkey: '', opndatfrom: new Date(), // Opening between .infcon.opndatfrom opndatto: new Date((new Date).getTime() + (7 * 24 * 60 * 60 * 1000)), gidopentyps: [], } } }