Commit 04f8e72a authored by 黄奎's avatar 黄奎
parents e29c5a87 57020a3c
...@@ -380,6 +380,8 @@ export default { ...@@ -380,6 +380,8 @@ export default {
this.dateTime = [sDate,eDate] this.dateTime = [sDate,eDate]
this.msg.startDate = sDate this.msg.startDate = sDate
this.msg.endDate = eDate this.msg.endDate = eDate
this.msg.LineId =14;
}else{ }else{
let eDate = moment().subtract(1, 'months').format('YYYY-MM'); let eDate = moment().subtract(1, 'months').format('YYYY-MM');
if(this.msg.startDate == this.msg.endDate && this.msg.startDate== eDate){ if(this.msg.startDate == this.msg.endDate && this.msg.startDate== eDate){
......
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