Browse Source

Merge branch 'dev-fivelayer0725' of http://git.elinkit.com.cn:7070/r/epmet-oper-gov into dev-fivelayer0725

master
dai 3 years ago
parent
commit
8719a6b1d1
  1. 2
      src/views/modules/communityService/measure/info.vue
  2. 13
      src/views/modules/visual/command/index.vue

2
src/views/modules/communityService/measure/info.vue

@ -459,7 +459,7 @@ export default {
async created () { async created () {
this.customerId = localStorage.getItem("customerId"); this.customerId = localStorage.getItem("customerId");
this.getGridList(); this.getGridList('addorupdate');
this.getDemandOptions(); this.getDemandOptions();
await this.getDemandUserList(); await this.getDemandUserList();
this.getServiceuserList(); this.getServiceuserList();

13
src/views/modules/visual/command/index.vue

@ -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>
@ -423,12 +426,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"){
} }
}, },

Loading…
Cancel
Save