提交 58733bbb 编写于 作者: zhujiamin's avatar zhujiamin

debug时间选择编辑器抛出的值

上级 60f69ebd
......@@ -92,7 +92,7 @@
* @memberof AppDateTimePicker
*/
public valueChange(event: any) {
this.curValue = moment(event.detail.value).format('YYYY-MM-DD hh:mm:ss');
this.curValue = moment(event.detail.value).format(this.displayFormat);
this.$emit('change', this.curValue);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册