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) {
|
||||
// Закрываем модал клиента перед открытием модала сделки
|
||||
$('#send_bg_new').hide();
|
||||
if (typeof window.editDeal === 'function') {
|
||||
window.editDeal(0, dealId);
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user