Commit 43c7840a authored by youjie's avatar youjie

no message

parent 5be58c12
......@@ -1940,7 +1940,9 @@
let DateTime = new Date();
let Year = DateTime.getFullYear()
let Month = DateTime.getMonth()+1
let DepartETime = Year+'-'+Months+`${new Date(Year, Month-1, 0).getDate()}`
let Months = Month>9?Month:'0'+Month
let day = new Date(Year, Month-1, 0).getDate()
let DepartETime = Year+'-'+Months+'-'+day
let msg = {
pageIndex:1,
pagesize:15,
......
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