Просмотр исходного кода

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

huacheng 3 лет назад
Родитель
Сommit
00d4844a8b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      web-app/src/app/service/alert.service.ts

+ 1 - 0
web-app/src/app/service/alert.service.ts

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