fix reset elt when LoadKP
This commit is contained in:
parent
61ed3c3859
commit
d153182546
@ -10,7 +10,7 @@ export default function reactions(context: ProcessContext) {
|
||||
const { init } = helper(context);
|
||||
|
||||
disposableReaction(
|
||||
() => $process.has('ELT'),
|
||||
() => $process.has('ELT') || $process.has('LoadKP'),
|
||||
() => ({
|
||||
kasko: toJS($tables.insurance.row('kasko').getValues()),
|
||||
osago: toJS($tables.insurance.row('osago').getValues()),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user