Commit e976e5d2 authored by 黄奎's avatar 黄奎
parents 8202e516 4e8bedd3
...@@ -543,7 +543,10 @@ ...@@ -543,7 +543,10 @@
} }
if (this.msg.StartTime === "") { if (this.msg.StartTime === "") {
let nowDay = this.FormartDate(new Date()); let nowDay = this.FormartDate(new Date());
this.msg.StartTime = nowDay;
let nowdays = new Date()
let Year = new Date().getFullYear()
this.msg.StartTime = Year+'-01-01';
} }
this.getCompanyList();//公司 this.getCompanyList();//公司
this.getList();//产品列表 this.getList();//产品列表
......
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