提交 b78d33f1 编写于 作者: W WeiFeng-mindinsight

UI display timeline detail of profile dashboard

上级 4bc0887c
......@@ -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.
先完成此消息的编辑!
想要评论请 注册