Commit df80d2f4 authored by leon's avatar leon

Merge branch 'develop' of http://106.15.103.105/lihuizhen/ec-report-refactor into develop

parents 8dd7f329 46b724d5
......@@ -211,6 +211,11 @@
}, parseInt(info.dataPollingInterval) * 1000)
}
}
res.data.Result.list.forEach(item => {
if(item.type === 'DateTimePicker' && item.option.dateTime.showTime) {
item.option.dateTime.date = this.dateTimeFormat(item.option.dateTime.date)
}
})
that.reportInfo = res.data.Result
}
},
......
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