Fix deals tab in client edit
This commit is contained in:
parent
f405b179db
commit
1462683304
@ -44,6 +44,8 @@ var deals_client = new Vue({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
openDealFromClient(dealId) {
|
openDealFromClient(dealId) {
|
||||||
|
// Закрываем модал клиента перед открытием модала сделки
|
||||||
|
$('#send_bg_new').hide();
|
||||||
if (typeof window.editDeal === 'function') {
|
if (typeof window.editDeal === 'function') {
|
||||||
window.editDeal(0, dealId);
|
window.editDeal(0, dealId);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user