reset elt kasko on change tbxInsFranchise
This commit is contained in:
parent
80dbd49c25
commit
458211aa9a
@ -51,8 +51,9 @@ export default function reactions(context: ProcessContext) {
|
||||
() => $process.has('ELT') || $process.has('LoadKP'),
|
||||
() => {
|
||||
const { insCost, insuranceCompany } = toJS($tables.insurance.row('kasko').getValues());
|
||||
const insFranchise = $calculation.element('tbxInsFranchise').getValue();
|
||||
|
||||
return { insCost, insuranceCompany };
|
||||
return { insCost, insFranchise, insuranceCompany };
|
||||
},
|
||||
() => {
|
||||
$tables.elt.kasko.resetSelectedKey();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user