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