Browse Source

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

huacheng 3 năm trước cách đây
mục cha
commit
00d4844a8b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
     });