Commit 8b6b75af authored by youjie's avatar youjie

no message

parent f3b281dd
......@@ -336,8 +336,8 @@
this.msg.EndTime = this.year + '-' + this.month + '-'+now.getDate()
if(this.msg.Type==0){
this.msg.StartTime = '2025' + '-' + '02' + '-01'
this.StartTimes = '2025' + '.' + '02'
this.msg.StartTime = '2025' + '-' + '01' + '-01'
this.StartTimes = '2025' + '.' + '01'
}else if(this.msg.Type==1){
this.msg.StartTime = this.year + '-' + this.month + '-01'
this.StartTimes = this.year + '.' + this.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