selectEngineType: set null when evo_leasingobject_type?.evo_id === '8'

This commit is contained in:
vchikalkin 2023-04-05 14:46:52 +03:00
parent f42ab9bcb9
commit 9a257fd987

View File

@ -414,7 +414,7 @@ export default function reactions({ store, apolloClient }: ProcessContext) {
});
if (evo_leasingobject_type?.evo_id === '8') {
$calculation.element('selectEngineType').resetValue().block();
$calculation.element('selectEngineType').setValue(null).block();
$calculation.element('tbxEngineVolume').resetValue().block();
$calculation.element('tbxLeaseObjectMotorPower').resetValue().block();
} else {