From 9b673fb28dd7c3bba140feb31bcb4b1aee5027fa Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Wed, 09 Aug 2023 11:23:27 +0800
Subject: [PATCH] fix:地址修改

---
 src/components/Wind/Map.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/components/Wind/Map.vue b/src/components/Wind/Map.vue
index 1f6858f..6e7ac77 100644
--- a/src/components/Wind/Map.vue
+++ b/src/components/Wind/Map.vue
@@ -1013,7 +1013,7 @@
         },
       }).then((data) => {
         // console.log('���������������������')
-        console.log(data,'tata')
+        console.log(data, 'tata')
         that.loading = false
         this.markDeviceSite(data)
       })
@@ -1368,6 +1368,11 @@
               },
             })
             .then((res) => {
+              if (res.message == '���������������������') {
+                var datafalse = '���������������������'
+                this.bindPopup(datafalse).openPopup()
+                return
+              }
               for (const key in res.data) {
                 var tempDecimal = res.data[key]
                   .replace(/[^\d.]/g, '')

--
Gitblit v1.8.0