From a9395ad80b23c755bce094041e5967317b60cd97 Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Tue, 13 Aug 2024 09:56:24 +0800 Subject: [PATCH] =?UTF-8?q?=20fix(=E5=8A=A0=E8=BD=BD):=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4debuger=EF=BC=8C=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/TagsView/index.vue | 10 +- src/store/modules/attribute.js | 4 +- .../iot/region/profile/BuildingSpace.vue | 46 +++--- src/views/power/maintenance/index.vue | 134 +++++++++--------- .../DeviceDetailsView/deviceSelectNav.vue | 99 +++++++------ src/views/profile/DeviceRunStarts/index.vue | 56 ++++---- 6 files changed, 178 insertions(+), 171 deletions(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 8967afd1..08bd152a 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -3,13 +3,13 @@ @@ -137,7 +137,7 @@ export default { }, refreshSelectedTag(view) { this.$store.dispatch('tagsView/delCachedView', view).then(() => { - debugger + // debugger const { fullPath } = view this.$nextTick(() => { this.$router.replace({ diff --git a/src/store/modules/attribute.js b/src/store/modules/attribute.js index 20f6371e..e428358a 100644 --- a/src/store/modules/attribute.js +++ b/src/store/modules/attribute.js @@ -9,7 +9,7 @@ const attribute = { mutations: { SET_ATTRIBUTE_LIST: (state, list) => { - debugger + // debugger state.attributeList = list }, SET_GROUP_LIST: (state, list) => { @@ -49,7 +49,7 @@ const attribute = { actions: { GetAttributeList({state}) { - debugger + // debugger return new Promise((resolve, reject) => { resolve(state.attributeList) }) diff --git a/src/views/iot/region/profile/BuildingSpace.vue b/src/views/iot/region/profile/BuildingSpace.vue index ccb0d9f1..82ddf47a 100644 --- a/src/views/iot/region/profile/BuildingSpace.vue +++ b/src/views/iot/region/profile/BuildingSpace.vue @@ -1,31 +1,31 @@