From 0af4ecb9b2047b8ba6d00e891050cf2d68b829a6 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期六, 27 五月 2023 20:41:18 +0800
Subject: [PATCH] 代码提交

---
 src/components/MapView/mapMenuPop.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/MapView/mapMenuPop.vue b/src/components/MapView/mapMenuPop.vue
index 40471a3..a4f0255 100644
--- a/src/components/MapView/mapMenuPop.vue
+++ b/src/components/MapView/mapMenuPop.vue
@@ -502,7 +502,7 @@
       this.dialogVisible = false
       this.codeForm.password = ""
       this.codeForm.repassword = ""
-      this.closeInsertDown()
+      // this.closeInsertDown()
     },
     startTableMssage() {
       this.listdata.pageIndex = 1
@@ -944,7 +944,7 @@
       this.getInsertDown(res)
     })
     this.$bus.$on("setInsertDown1", res => {
-
+      this.isflag = true;
       this.getInsertDown(res)
     })
     this.$bus.$on("setInsertApply1", res => {

--
Gitblit v1.9.3