tableInsurance: insTerm always disabled

This commit is contained in:
Chika 2022-01-27 12:32:46 +03:00
parent 9fc1dc4365
commit 28287e5d32

View File

@ -146,14 +146,6 @@ export default [
description:
'Срок страхования КАСКО изменен на 12 месяцев, т.к. оформляется Однолетний полис',
})();
} else {
calculationStore.setTableRow(
'tableInsurance',
rows => rows.findIndex(x => x.policyType?.value === 'КАСКО'),
false,
)({
insTerm: { status: ElementStatus.Default },
});
}
},
}),