提交 89141c0e 编写于 作者: Mosher's avatar Mosher

更新action-timeline组件 --- fix1

上级 768807af
......@@ -25,7 +25,7 @@
<template v-else>
<ul class="action-timeline-wrapper">
<template v-if="!usertask.isShow">
<li class="action-timeline-item">
<li v-if="usertask.comments && usertask.comments.length > 0" class="action-timeline-item">
<div class='timeline-time'>
{{ formatDate(usertask.comments[0].time, 'MM月DD日 HH:mm') }} &nbsp;{{ usertask.comments[0].authorName }}
</div>
......@@ -108,10 +108,10 @@ export default class ActionTimeline extends Vue {
this.service.GetWFHistory(this.context).then((res:any) =>{
if(res && (res.status === 200)){
this.data = res.data;
this.handleData();
}
})
}
this.handleData();
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册