提交 ffe63ac3 编写于 作者: KK's avatar KK

解决在周日历模式下,切换月份参数错误的bug

上级 329d3b82
...@@ -320,7 +320,7 @@ import moment from 'moment'; ...@@ -320,7 +320,7 @@ import moment from 'moment';
*/ */
protected selectMonth(month: any, year: any) { protected selectMonth(month: any, year: any) {
this.selectday(year, month, this.day); this.selectday(year, month, this.day);
this.formatData(new Date(year+'/'+(month)+'/'+this.day)); this.formatData(new Date(year+'/'+month+'/'+this.day));
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册