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 @@