developed
This commit is contained in:
parent
16759c5943
commit
413c17e489
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue