Commit 98231de3 authored by zhengke's avatar zhengke

no message

parent 2c03439b
......@@ -117,7 +117,7 @@ export default {
var currentM = this.msg.MonthStr;
var MonthDayNum = new Date(currentY,currentM,0).getDate(); //计算当月的天数
this.queryTime.StartTime = this.msg.YearStr+'-'+row.DateStr
this.queryTime.EndTime = currentY+'-'+currentM+'-'+MonthDayNum
this.queryTime.EndTime = this.msg.YearStr+'-'+row.DateStr
this.drawer = true
},
init() {
......
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