diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 29c48f3c..979d2997 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -262,7 +262,7 @@ + @close="handleCancleLook" /> @@ -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