ลบ component สมัครที่ไม่ใช้

This commit is contained in:
Kittapath 2023-03-30 22:37:24 +07:00
parent abe8e9186c
commit 98738aa814
14 changed files with 20 additions and 697 deletions

View file

@ -33,7 +33,7 @@ interface Information {
provinceId: string | null
districtId: string | null
cardIdDate: Date | null
relationship: string | null
relationshipId: string | null
statusId: string | null
knowledge: string | null
}
@ -233,7 +233,7 @@ const defaultInformation = ref<Information>({
email: null,
province: null,
cardIdDate: new Date(),
relationship: null,
relationshipId: null,
knowledge: null,
districtId: null,
provinceId: null,