developed

This commit is contained in:
Komek Hayytnazarov 2023-03-23 10:43:13 +05:00
parent 16759c5943
commit 413c17e489
1 changed files with 5 additions and 1 deletions

View File

@ -80,7 +80,7 @@
</div>
</PreviewComponent>
<PreviewComponent class="intro-y box text-center font-semibold text-lg pt-3">{{
$t('DIR_LAW_AND_JUSTICE')
$t('DIR_LAW_AND_JUSTICE')
}}
<div class="text-sm">
<div class="flex pl-4 m-2">
@ -169,9 +169,13 @@ const onEnter = async (number) => {
console.log("resolution basis: ", resolutionBasis);
// department registration
const depReg = resolutionBasis.filter(e => e.department_id == 1);
// department marketing
const depMAR = resolutionBasis.filter(e => e.department_id == 2);
// department justice
const depJUS = resolutionBasis.filter(e => e.department_id == 3);
// department result
const depRES = resolutionBasis.filter(e => e.department_id == 5 || e.department_id == 10);
// assign the last item