From ece5b7b7d24f85a3253cf722291e69ca7a406192 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期二, 16 八月 2022 13:05:18 +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