fix history modal
This commit is contained in:
parent
7da7167000
commit
4ed5a5d32f
@ -40,6 +40,10 @@ const createDeal = (newDealReqId) => {
|
||||
const editDeal = (newDealReqId, dealId) => {
|
||||
console.log('[editDeal] Открываем DealModal через DynamicDialog', dealId)
|
||||
|
||||
$('#client-history__bg').hide(10);
|
||||
$('#client_history').hide(10);
|
||||
$('body').removeClass('lock');
|
||||
|
||||
dialog.open(DealModal, {
|
||||
props: {
|
||||
header: 'Редактирование сделки',
|
||||
|
||||
@ -80,7 +80,7 @@ const handleSelect = () => {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: fixed;
|
||||
z-index: 100001;
|
||||
z-index: 1;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user