From 42f9288e55d8cb621ca3dc155c219647fdb7e025 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Tue, 2 Aug 2022 17:20:47 +0800 Subject: [PATCH] ``` --- src/views/modules/communityService/measure/info.vue | 2 +- src/views/modules/visual/command/index.vue | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/views/modules/communityService/measure/info.vue b/src/views/modules/communityService/measure/info.vue index 21f6a18a..59e1a4d8 100644 --- a/src/views/modules/communityService/measure/info.vue +++ b/src/views/modules/communityService/measure/info.vue @@ -459,7 +459,7 @@ export default { async created () { this.customerId = localStorage.getItem("customerId"); - this.getGridList(); + this.getGridList('addorupdate'); this.getDemandOptions(); await this.getDemandUserList(); this.getServiceuserList(); diff --git a/src/views/modules/visual/command/index.vue b/src/views/modules/visual/command/index.vue index e2d2072c..695a4f45 100644 --- a/src/views/modules/visual/command/index.vue +++ b/src/views/modules/visual/command/index.vue @@ -167,14 +167,17 @@ @handleClose="handleClose" /> - + @@ -412,12 +415,16 @@ export default { if (type == "create-service") { // 点击网格发起服务 } else if (type == "watch-resi") { + this.toSubAgency('people',info.icResiUserId) + this.icResiUserId = info.icResiUserId // 查看居民详情 } else if (type == "watch-event") { // 查看事件 } else if (type == "create-demand") { // 发起需求 this.icResiUserId = info.icResiUserId + }else if(type=="watch-xuncha"){ + } },