รายการโครงการ/หลักสูตรการฝึกอบรมที่หน่วยงานของกรุงเทพมหานครเป็นผู้จัด => เพิ่ม interface
This commit is contained in:
parent
08ee1e54b1
commit
0d7d14ce41
7 changed files with 61 additions and 23 deletions
|
|
@ -1,11 +1,13 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { reactive } from "vue";
|
||||
|
||||
import type { FormQueryProject } from "@/modules/15_development/interface/request/Main";
|
||||
|
||||
// store
|
||||
export const useDevelopmentDataStore = defineStore(
|
||||
"developmentDataStore",
|
||||
() => {
|
||||
const formFilter = reactive({
|
||||
const formFilter = reactive<FormQueryProject>({
|
||||
year: new Date().getFullYear(),
|
||||
keyword: "",
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue