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) {