#1903 informe consumo campaña removed comented code
This commit is contained in:
parent
0c0ae14263
commit
8624a3db68
|
@ -6,17 +6,6 @@ const reportFooter = new Component('report-footer');
|
|||
module.exports = {
|
||||
name: 'campaign-metrics',
|
||||
async serverPrefetch() {
|
||||
// // te delete once form inputs get date ranges
|
||||
// this.from = new Date();
|
||||
// this.from.setMonth(0);
|
||||
// this.from.setDate(1);
|
||||
// this.to = new Date();
|
||||
// this.to.setMonth(11);
|
||||
// this.to.setDate(31);
|
||||
// this.clientId = 101;
|
||||
// // end of delete
|
||||
|
||||
|
||||
this.client = await this.fetchClient(this.clientId);
|
||||
|
||||
console.log(this.from, this.to);
|
||||
|
|
Loading…
Reference in New Issue