|
|
@ -448,7 +448,7 @@ export class StationWeeklyPlanComponent implements OnInit { |
|
|
|
if (!item.isDetails) { |
|
|
|
if (!item.isDetails) { |
|
|
|
item.badgeNum += 1 |
|
|
|
item.badgeNum += 1 |
|
|
|
} |
|
|
|
} |
|
|
|
if (data.approvalStatus == '通过') { |
|
|
|
if (data.approvalStatus == '待检查') { |
|
|
|
item.passed += 1 |
|
|
|
item.passed += 1 |
|
|
|
this.getTaskListPass(this.stationData[0]) |
|
|
|
this.getTaskListPass(this.stationData[0]) |
|
|
|
} |
|
|
|
} |
|
|
|