From 4d57a869e9e69df66c7c0f608938e2d9eb49e266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Mon, 4 Nov 2024 15:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=94=E5=9B=9E=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/vxEwm/enterprise/index.vue | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) 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() - }, - }, + } + } }