fix history modal

This commit is contained in:
Vladimir 2026-06-18 15:03:52 +03:00
parent 7da7167000
commit 4ed5a5d32f
2 changed files with 5 additions and 1 deletions

View File

@ -40,6 +40,10 @@ const createDeal = (newDealReqId) => {
const editDeal = (newDealReqId, dealId) => { const editDeal = (newDealReqId, dealId) => {
console.log('[editDeal] Открываем DealModal через DynamicDialog', dealId) console.log('[editDeal] Открываем DealModal через DynamicDialog', dealId)
$('#client-history__bg').hide(10);
$('#client_history').hide(10);
$('body').removeClass('lock');
dialog.open(DealModal, { dialog.open(DealModal, {
props: { props: {
header: 'Редактирование сделки', header: 'Редактирование сделки',

View File

@ -80,7 +80,7 @@ const handleSelect = () => {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
position: fixed; position: fixed;
z-index: 100001; z-index: 1;
left: 0; left: 0;
top: 0; top: 0;
width: 100%; width: 100%;