fix history modal
This commit is contained in:
parent
7da7167000
commit
4ed5a5d32f
@ -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: 'Редактирование сделки',
|
||||||
|
|||||||
@ -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%;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user