diff --git a/src/views/vxEwm/enterprise/index.vue b/src/views/vxEwm/enterprise/index.vue index 9b4234d..7d7c910 100644 --- a/src/views/vxEwm/enterprise/index.vue +++ b/src/views/vxEwm/enterprise/index.vue @@ -5,10 +5,9 @@
@@ -17,7 +16,7 @@
@@ -26,7 +25,7 @@
查看更多信息请下载 “安全木渎APP”
@@ -49,30 +48,30 @@ export default { if (this.$store.state.showBtnData.text == '工业园') { this.$router.replace({ path: '/park', - query: { id: this.$store.state.parkId }, + query: { id: this.$store.state.parkId } }) } else if (this.$store.state.showBtnData.text == '楼栋') { this.$router.replace({ path: '/build', query: { buildingId: this.$store.state.buildingId, - parkId: this.$store.state.parkId, - }, + parkId: this.$store.state.parkId + } }) } else { this.$router.replace({ path: '/enterpriseData/info', query: { id: this.$store.state.enterpriseId, - isShow: this.$store.state.parkId ? true : false, - }, + isShow: this.$store.state.parkId ? true : false + } }) } }, handlerDownload() { this.$installApk() - }, - }, + } + } }