From b9bc80def4e77e1bd2b224747a4dbf0b486e4c1d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 02 Apr 2021 16:49:12 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue

---
 src/views/security/security.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/security/security.vue b/src/views/security/security.vue
index 17e28c7..65accab 100644
--- a/src/views/security/security.vue
+++ b/src/views/security/security.vue
@@ -54,6 +54,7 @@
           currentPage: 1,
           total: 0
         },
+        dialogVisible: false,
         selectionList: [],
         option: {
           height: 'auto',
@@ -215,8 +216,6 @@
       },
       handleMap(row) {
         this.showMap = true;
-        console.log("row.id="+row.id);
-        console.log("row.wd="+row.wd);
         this.$nextTick(() => {
           this.$refs.mapDiv.onload = () => {
             window.frames[0].init("SecurityMap", {

--
Gitblit v1.9.3