|
|
this.queryInfo.begin = new Date(data.begin*1000).toLocaleDateString().replace(/\//g,'-');
|
|
this.queryInfo.begin = new Date(data.begin*1000).toLocaleDateString().replace(/\//g,'-');
|
|
|
this.queryInfo.end = new Date(data.end*1000).toLocaleDateString().replace(/\//g,'-');
|
|
this.queryInfo.end = new Date(data.end*1000).toLocaleDateString().replace(/\//g,'-');
|