+
+
+
+
+
+
+ {{ scope.row[column.value] }}
+
+
+
+
-
-
-
-
-
-
- {{ scope.row[column.value] }}
-
-
-
@@ -173,7 +174,7 @@
this.cartypelist = response.data
})
this.initMap()
- this.fetchData()
+ // this.fetchData()
setInterval(() => {
this.sec--
}, 1000)
@@ -297,10 +298,10 @@
this.listQuery.offset = 1
}
- // offlineCount(this.listQuery).then(response => {
- // this.online = response.data.online
- // this.offline = response.data.offline
- // })
+ offlineCount(this.listQuery).then(response => {
+ this.online = response.data.online
+ this.offline = response.data.offline
+ })
getDeviceListPage(this.listQuery).then(response => {
if (response.code === 200) {
@@ -416,14 +417,14 @@