|
|
@ -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 |
|
|
|