-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/components/Form/FiltersType/reference.ts b/src/components/Form/FiltersType/reference.ts
index bca59e9..a290e46 100644
--- a/src/components/Form/FiltersType/reference.ts
+++ b/src/components/Form/FiltersType/reference.ts
@@ -1,17 +1,42 @@
-import { getUid, getUp3, getPosko } from '@/utils/network';
+import { getUid, getUp3, getPosko ,getUlp} from '@/utils/network';
import { ref } from 'vue'
import { usePostsStore } from '@/stores/posts';
import { useUp3Store } from '@/stores/up3';
import { useRegionStore } from '@/stores/region';
+import { useUlpStore } from '@/stores/ulp';
+
interface Item {
id: number;
name: any;
}
+const months =[
+ {id:1, name: 'Januari'},
+ {id:2, name: 'Februari'},
+ {id:3, name: 'Maret'},
+ {id:4, name: 'April'},
+ {id:5, name: 'Mei'},
+ {id:6, name: 'Juni'},
+ {id:7, name: 'Juli'},
+ {id:8, name: 'Agustus'},
+ {id:9, name: 'September'},
+ {id:10, name: 'Oktober'},
+ {id:11, name: 'November'},
+ {id:12, name: 'Desember'},
+]
+// create 4 year back array
+const year = new Date().getFullYear();
+const years =ref