Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
1d3692917f
  1. 7
      src/views/modules/base/resi.vue

7
src/views/modules/base/resi.vue

@ -262,7 +262,7 @@
<people-more v-if="showedPeopleMoreInfo && lookInfo.userId"
:userId="lookInfo.userId"
:gridName="lookInfo.gridName"
@close="showedPeopleMoreInfo = false" />
@close="handleCancleLook" />
</div>
</template>
@ -716,6 +716,11 @@ export default {
// await this.getFormList('edit')
// this.getrowInfo(row.icResiUserId)
},
handleCancleLook() {
this.lookInfo.userId = ''
this.lookInfo.gridName = ''
this.showedPeopleMoreInfo = false;
},
async handleEdit (row) {
this.disabled = false
this.editAgencyId = row.ORG_ID

Loading…
Cancel
Save