From 574ef73c1c48118d780fad527be8c346054508ad Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 14 十二月 2022 17:39:23 +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