Commit d764ef22 authored by lxm's avatar lxm

feat:update

parent 6d6bbb98
......@@ -228,7 +228,7 @@
}
}
res.data.Result.list.forEach(item => {
if(item.type === 'DateTimePicker') {
if(item.type === 'DateTimePicker' && item.option.dateTime.showTime) {
item.option.dateTime.date = this.dateTimeFormat(item.option.dateTime.date)
}
})
......
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