提交 5f86a9f0 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!496 UI display timeline detail of profile dashboard

Merge pull request !496 from 黄伟锋/r0.6
......@@ -1009,7 +1009,7 @@ export default {
RequestService.queryTimlineInfo(params)
.then((res) => {
this.timelineInfo.initOver = true;
if (res && res.data && res.data.length) {
if (res && res.data) {
this.timelineInfo.noData = false;
this.timelineInfo.totalTime = res.data.total_time.toFixed(4);
this.timelineInfo.streamNum = res.data.num_of_streams;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册