Merge pull request #62 from dderbentsov/UC-22
WIP исправлена ошибка в отступах
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user