From 1ec00a645693dbc08b7ea70855451bbd72c43a6a Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 08 十二月 2022 16:21:35 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui

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

diff --git a/src/views/systemSetting/device/grid/index.vue b/src/views/systemSetting/device/grid/index.vue
index 4faf378..156d55f 100644
--- a/src/views/systemSetting/device/grid/index.vue
+++ b/src/views/systemSetting/device/grid/index.vue
@@ -1,6 +1,5 @@
 <template>
     <div class="userList">
-        <myHeader @setDialog="changeDialog" @getSearch="getSearch"></myHeader>
         <myMain :refresh="isFresh" :keyword="keyword" @resetFresh="resetFresh" />
     </div>
 </template>
@@ -29,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