WIP исправлена ошибка в отступах

This commit is contained in:
DwCay
2022-10-25 18:51:58 +03:00
parent da5da8f3b5
commit a9ae13b943

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;