From 084c1ece24e1083a6aa96bf9aac36f0c9270749a Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Mon, 15 Aug 2022 09:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/modules/visual/command.scss | 2 +- src/views/modules/visual/command/index.vue | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/assets/scss/modules/visual/command.scss b/src/assets/scss/modules/visual/command.scss index d905e5ed1..ee0138343 100644 --- a/src/assets/scss/modules/visual/command.scss +++ b/src/assets/scss/modules/visual/command.scss @@ -63,7 +63,7 @@ .m-search { position: absolute; - z-index: 200; + z-index: 4; left: 0; right: 0; top: 30px; diff --git a/src/views/modules/visual/command/index.vue b/src/views/modules/visual/command/index.vue index bf861c991..ce4427adf 100644 --- a/src/views/modules/visual/command/index.vue +++ b/src/views/modules/visual/command/index.vue @@ -18,7 +18,7 @@ -
+
- +
@@ -482,8 +484,11 @@ export default { }; } } else if (type == "watch-resi") { - this.toSubAgency("people", info.icResiUserId); + // this.toSubAgency("people", info.icResiUserId); this.icResiUserId = info.icResiUserId; + this.$router.push({ + path: `/main-shuju/visual-basicinfo-people/${info.icResiUserId}`, + }); // 查看居民详情 } else if (type == "watch-event") { // 查看事件 @@ -550,7 +555,7 @@ export default { this.categoryKeys2 = [obj.categoryKey]; this.placeType2 = obj.placeType; this.categoryNames2 = [obj.categoryName]; - console.log(obj) + console.log(obj); }, handleChangeMenu(list) {