fix: фильтрация selectLeasingWithoutKasko
This commit is contained in:
parent
4a11f56f87
commit
e8919c7550
@ -850,12 +850,12 @@ const reactionEffects: IReactionEffect[] = [
|
||||
};
|
||||
},
|
||||
effect: ({
|
||||
leasingPeriod,
|
||||
leasingPeriod = 0,
|
||||
leaseObjectType,
|
||||
plPriceRub,
|
||||
discountRub,
|
||||
addEquipmentPrice,
|
||||
importProgram,
|
||||
plPriceRub = 0,
|
||||
discountRub = 0,
|
||||
addEquipmentPrice = 0,
|
||||
importProgram = 0,
|
||||
}) => {
|
||||
calculationStore.setFilter('selectLeasingWithoutKasko', options =>
|
||||
options.filter(
|
||||
|
||||
@ -308,5 +308,7 @@ query GetMainOptions(
|
||||
evo_leasingobject_typeid
|
||||
}
|
||||
evo_visible_calc
|
||||
evo_min_price
|
||||
evo_max_price
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user