WIP исправлена ошибка в отступах
This commit is contained in:
@@ -85,7 +85,8 @@ export default {
|
|||||||
openDetailInfo(e) {
|
openDetailInfo(e) {
|
||||||
this.isOpenDetailInfo = !this.isOpenDetailInfo;
|
this.isOpenDetailInfo = !this.isOpenDetailInfo;
|
||||||
this.isOpenDetailInfo && this.fetchClientDetail(e.currentTarget.id);
|
this.isOpenDetailInfo && this.fetchClientDetail(e.currentTarget.id);
|
||||||
this.isOpenDetailInfo && this.fetchClientIdentityDocument(e.currentTarget.id);
|
this.isOpenDetailInfo &&
|
||||||
|
this.fetchClientIdentityDocument(e.currentTarget.id);
|
||||||
},
|
},
|
||||||
handleUnFocusPopup() {
|
handleUnFocusPopup() {
|
||||||
this.isOpenPopup = false;
|
this.isOpenPopup = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user