export default class Cptsel {
constructor () {
this.data = {
dbCodes:{
cptrou:[],
},
infcon: {
seaownref: '',
opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
opndatto: new Date(),
searef:'',
route:'',
isClosed:'',
seacur:'',
seaamtfr:'',
seaamtto:'',
branchinr:'',
ownusr:'',
}
}
}
}