From 9cdd9367e7c4a95262512f33e4ed79ccb33c605b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 04 Aug 2022 16:38:10 +0800
Subject: [PATCH] 1

---
 src/views/home/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index f618fba..20d0fa0 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -1302,7 +1302,7 @@
         // 获取监控/监测设备列表
         getStationAndVideoList () {
             var that = this
-            getStationAndVideoList({type:'ALL'}).then((res) => {
+            getStationAndVideoList({ type: 'ALL' }).then((res) => {
                 if (JSON.stringify(res.data) != '{}' && res.data.data) {
                     that.equipmentList = res.data.data
 

--
Gitblit v1.9.3