cjl
2023-07-13 dbcf4569984bc9a9e4d171b340bd43554e19686a
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, '')