|
@ -160,6 +160,7 @@ |
|
|
|
|
|
|
|
|
<event-info v-if="pageType==='watch-event'" |
|
|
<event-info v-if="pageType==='watch-event'" |
|
|
ref="ref_event" |
|
|
ref="ref_event" |
|
|
|
|
|
:eventId="eventId" |
|
|
@handleClose="handleClose" /> |
|
|
@handleClose="handleClose" /> |
|
|
|
|
|
|
|
|
<service-info v-if="pageType==='create-service'" |
|
|
<service-info v-if="pageType==='create-service'" |
|
@ -173,6 +174,7 @@ |
|
|
|
|
|
|
|
|
<qsydw v-if="pageType==='watch-xuncha'" |
|
|
<qsydw v-if="pageType==='watch-xuncha'" |
|
|
ref="ref_xuncha" |
|
|
ref="ref_xuncha" |
|
|
|
|
|
:enterpriseId="enterpriseId" |
|
|
@handleClose="handleClose" /> |
|
|
@handleClose="handleClose" /> |
|
|
|
|
|
|
|
|
<!-- <people v-if="pageType==='watch-resi'" |
|
|
<!-- <people v-if="pageType==='watch-resi'" |
|
@ -395,7 +397,9 @@ export default { |
|
|
searchResult: iniSearchResult(), |
|
|
searchResult: iniSearchResult(), |
|
|
|
|
|
|
|
|
pageType: '', |
|
|
pageType: '', |
|
|
icResiUserId:'', |
|
|
icResiUserId: '', |
|
|
|
|
|
eventId: '', |
|
|
|
|
|
enterpriseId: '', |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
@ -426,7 +430,7 @@ export default { |
|
|
if (type == "create-service") { |
|
|
if (type == "create-service") { |
|
|
// 点击网格发起服务 |
|
|
// 点击网格发起服务 |
|
|
} else if (type == "watch-resi") { |
|
|
} else if (type == "watch-resi") { |
|
|
this.toSubAgency('people',info.icResiUserId) |
|
|
this.toSubAgency('people', info.icResiUserId) |
|
|
this.icResiUserId = info.icResiUserId |
|
|
this.icResiUserId = info.icResiUserId |
|
|
// 查看居民详情 |
|
|
// 查看居民详情 |
|
|
} else if (type == "watch-event") { |
|
|
} else if (type == "watch-event") { |
|
@ -434,8 +438,9 @@ export default { |
|
|
} else if (type == "create-demand") { |
|
|
} else if (type == "create-demand") { |
|
|
// 发起需求 |
|
|
// 发起需求 |
|
|
this.icResiUserId = info.icResiUserId |
|
|
this.icResiUserId = info.icResiUserId |
|
|
}else if(type=="watch-xuncha"){ |
|
|
} else if (type == "watch-xuncha") { |
|
|
|
|
|
|
|
|
|
|
|
this.enterpriseId = info.enterpriseId |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|