From 355b21bf4c5023a677e1f0347636518972da32a7 Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Fri, 28 Jul 2023 16:01:43 +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