diff --git a/src/views/modules/communityService/measure/info.vue b/src/views/modules/communityService/measure/info.vue
index 21f6a18a6..59e1a4d8b 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 e2d2072c1..695a4f456 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"){
+
       }
     },