Commit 08579859 authored by youjie's avatar youjie

no message

parent 43c7840a
......@@ -1940,8 +1940,8 @@
let DateTime = new Date();
let Year = DateTime.getFullYear()
let Month = DateTime.getMonth()+1
let Months = Month>9?Month:'0'+Month
let day = new Date(Year, Month-1, 0).getDate()
let Months = Month-1>9?Month-1:'0'+Month
let day = new Date(Year, (Month-1), 0).getDate()
let DepartETime = Year+'-'+Months+'-'+day
let msg = {
pageIndex:1,
......
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