Commit 4a989824 authored by 黄奎's avatar 黄奎

出团公司审核调整

parent b55e8dcd
...@@ -204,9 +204,9 @@ ...@@ -204,9 +204,9 @@
var MonthDayNum = new Date(myDate.getFullYear(), myDate.getMonth(), 0).getDate(); var MonthDayNum = new Date(myDate.getFullYear(), myDate.getMonth(), 0).getDate();
var firstDay = `${myDate.getFullYear()}-${myDate.getMonth() + 1}-01` var firstDay = `${myDate.getFullYear()}-${myDate.getMonth() + 1}-01`
var lastDay = `${myDate.getFullYear()}-${myDate.getMonth() + 1}-${MonthDayNum}` var lastDay = `${myDate.getFullYear()}-${myDate.getMonth() + 1}-${MonthDayNum}`
this.StartTime = [firstDay, lastDay] // this.StartTime = [firstDay, lastDay]
this.msg.QStartDate = firstDay; // this.msg.QStartDate = firstDay;
this.msg.QEndDate = lastDay; // this.msg.QEndDate = lastDay;
this.getCompany() this.getCompany()
}, },
mounted() { mounted() {
......
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