|
|
@@ -276,7 +276,7 @@ export default {
|
|
|
let endDate = Date.parse(new Date(list.endDate))
|
|
|
//任务处于待记录状态,且任务在规定完成时间范围内,登录人所在机构和角色与任务培训角色、培训机构一致才显示
|
|
|
|
|
|
- if (list.startDate && list.endDate && (list.status == 0||list.status==5)) {
|
|
|
+ if ((list.startDate && list.endDate && list.status == 0)||(list.startDate && list.endDate &&list.status==5)) {
|
|
|
if (date >= startDate && date <= endDate) {
|
|
|
timefalg = true
|
|
|
}
|