selectEngineType: set null when evo_leasingobject_type?.evo_id === '8'
This commit is contained in:
parent
f42ab9bcb9
commit
9a257fd987
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user