fix reset fields in loadkp
This commit is contained in:
parent
094527da4a
commit
074acee933
@ -64,6 +64,8 @@ const loadKpReaction: IReactionEffect = calculationStore => ({
|
||||
creditRate,
|
||||
rate,
|
||||
infuranceOPF,
|
||||
calcBroker,
|
||||
calcFinDepartment,
|
||||
} = calculationStore.values;
|
||||
|
||||
calculationStore.setStatus('selectQuote', ElementStatus.Disabled);
|
||||
@ -484,6 +486,8 @@ const loadKpReaction: IReactionEffect = calculationStore => ({
|
||||
regionRegistration,
|
||||
legalClientTown,
|
||||
townRegistration,
|
||||
calcBroker,
|
||||
calcFinDepartment,
|
||||
});
|
||||
|
||||
message.success({
|
||||
|
||||
Reference in New Issue
Block a user