Merge pull request #62 from dderbentsov/UC-22

WIP исправлена ошибка в отступах
This commit is contained in:
Алексей Дёмин
2022-10-25 18:52:43 +03:00
committed by GitHub

View File

@@ -85,7 +85,8 @@ export default {
openDetailInfo(e) {
this.isOpenDetailInfo = !this.isOpenDetailInfo;
this.isOpenDetailInfo && this.fetchClientDetail(e.currentTarget.id);
this.isOpenDetailInfo && this.fetchClientIdentityDocument(e.currentTarget.id);
this.isOpenDetailInfo &&
this.fetchClientIdentityDocument(e.currentTarget.id);
},
handleUnFocusPopup() {
this.isOpenPopup = false;