浏览代码

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

huacheng 3 年之前
父节点
当前提交
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
     });