Commit d918cf6f authored by 吴春's avatar 吴春

1

parent 88443ad6
......@@ -176,7 +176,7 @@
created() {
let firstDay = new Date();
var year = firstDay.getFullYear(); //年
var month = firstDay.getMonth() + 1-2; //月
var month = firstDay.getMonth() + 1; //月
this.msg.StartTime=year + '-' + month;
......
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