feat: [web-app]feature: Default query unprocessed status alarm #wqh

This commit is contained in:
huacheng
2022-04-17 14:16:55 +08:00
parent bf3a516772
commit 00d4844a8b

View File

@@ -24,6 +24,7 @@ export class AlertService {
httpParams = httpParams.appendAll({ httpParams = httpParams.appendAll({
sort: 'id', sort: 'id',
order: 'desc', order: 'desc',
status: '0',
pageIndex: pageIndex, pageIndex: pageIndex,
pageSize: pageSize pageSize: pageSize
}); });