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 0c78d4e1..5d692247 100644
--- a/src/views/modules/visual/command/index.vue
+++ b/src/views/modules/visual/command/index.vue
@@ -167,14 +167,17 @@
@handleClose="handleClose" />
-
+
@@ -423,12 +426,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"){
+
}
},