From 012c84b59018018cd75f0b8c70f7492fcb3e3e6f Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期五, 05 八月 2022 16:18:29 +0800 Subject: [PATCH] 添加整改 --- src/Pool/VideoPhotoData.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/Pool/VideoPhotoData.ts b/src/Pool/VideoPhotoData.ts index f6f7cab..9400544 100644 --- a/src/Pool/VideoPhotoData.ts +++ b/src/Pool/VideoPhotoData.ts @@ -47,6 +47,7 @@ public scrollContainDom: any = "" public uploadDiaplay: boolean = false public uploadType: boolean = false + public warningFlag: number = 0 constructor() { this.cards = [] @@ -80,6 +81,7 @@ searchTime: this.searchTime, alarmlevel: this.queryAlarmlevel, inputValue: this.inputValue, + warningFlag: this.warningFlag, tabs: this.queryTabs, tasks: this.queryTasks, treeNodes: this.treeNodes, -- Gitblit v1.8.0