From 02ce22be65df8b717d5f1614e5d7dbfcdf1ce1b9 Mon Sep 17 00:00:00 2001
From: Oliver <1070107765@qq.com>
Date: 星期三, 14 十二月 2022 09:29:51 +0800
Subject: [PATCH] 预警研判 操作

---
 src/views/systemSetting/device/grid/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/systemSetting/device/grid/index.vue b/src/views/systemSetting/device/grid/index.vue
index b63edc5..156d55f 100644
--- a/src/views/systemSetting/device/grid/index.vue
+++ b/src/views/systemSetting/device/grid/index.vue
@@ -28,13 +28,11 @@
         },
         // 鑾峰彇鍒锋柊缁撴灉
         changeDialog({ flag }) {
-            console.log(flag);
             this.isFresh = flag;
         },
         // 閲嶇疆isFresh
         resetFresh({ flag }) {
             this.isFresh = flag;
-            console.log(this.isFresh);
         },
     }
 }

--
Gitblit v1.8.0