|
@ -167,14 +167,17 @@ |
|
|
@handleClose="handleClose" /> |
|
|
@handleClose="handleClose" /> |
|
|
|
|
|
|
|
|
<demand-info v-if="pageType==='create-demand'" |
|
|
<demand-info v-if="pageType==='create-demand'" |
|
|
ref="eleEditForm" |
|
|
ref="ref_demand" |
|
|
:icResiUserId="icResiUserId" |
|
|
:icResiUserId="icResiUserId" |
|
|
@handleClose="handleClose" /> |
|
|
@handleClose="handleClose" /> |
|
|
|
|
|
|
|
|
<qsydw v-if="pageType==='qsydw'" |
|
|
<qsydw v-if="pageType==='watch-xuncha'" |
|
|
ref="eleEditForm" |
|
|
ref="ref_xuncha" |
|
|
@handleClose="handleClose" /> |
|
|
@handleClose="handleClose" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <people v-if="pageType==='watch-resi'" |
|
|
|
|
|
:uid="icResiUserId" |
|
|
|
|
|
ref="ref_people"></people> --> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
@ -412,12 +415,16 @@ 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.icResiUserId = info.icResiUserId |
|
|
// 查看居民详情 |
|
|
// 查看居民详情 |
|
|
} else if (type == "watch-event") { |
|
|
} else if (type == "watch-event") { |
|
|
// 查看事件 |
|
|
// 查看事件 |
|
|
} else if (type == "create-demand") { |
|
|
} else if (type == "create-demand") { |
|
|
// 发起需求 |
|
|
// 发起需求 |
|
|
this.icResiUserId = info.icResiUserId |
|
|
this.icResiUserId = info.icResiUserId |
|
|
|
|
|
}else if(type=="watch-xuncha"){ |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|