Commit 25d0352c authored by wangqinghua's avatar wangqinghua

update

parent 9fc847fa
......@@ -108,7 +108,7 @@
</tr>
</thead>
<tbody>
<tr *ngFor="let data of warnList">
<tr *ngFor="let data of nzTable.data">
<td>
{{data.clock | date:"yyyy-MM-dd HH:mm:ss"}}
</td>
......
......@@ -560,6 +560,7 @@ export class HomeComponent implements OnInit,AfterViewInit {
//获取告警分组
getAlarmList(){
this.loading = true;
const data = {
pageNum: this.pageNum,
pageCount: this.pageCount,
......@@ -578,6 +579,7 @@ export class HomeComponent implements OnInit,AfterViewInit {
}else{
this.message.error(res.errMsg);
}
this.loading = false;
}
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment