Commit 52172e3a authored by 黄奎's avatar 黄奎

统计调整

parent 620610cf
......@@ -506,7 +506,8 @@
},
created() {
var myDate = new Date();
var nowDate = myDate.getFullYear() + "-" + parseInt(myDate.getMonth()) + "-" + myDate.getDate();
var nowDate = myDate.getFullYear() + "-" + parseInt(myDate.getMonth()+1) + "-" + myDate.getDate();
myDate.setMonth(myDate.getMonth() + 1);
var nowEDate = myDate.getFullYear() + "-" + parseInt(myDate.getMonth() + 1) + "-" + myDate.getDate();
this.msg.QStartDate = nowDate;
this.msg.QEndDate = nowEDate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment