อัพรูปแล้วยังไม่ต้องfetch dataใหม่

This commit is contained in:
Kittapath 2023-04-26 03:16:15 +07:00
parent b768d7e754
commit 9cab3eb48b
3 changed files with 59 additions and 91 deletions

View file

@ -36,6 +36,7 @@ interface Information {
relationshipId: string | null
statusId: string | null
knowledge: string | null
profileImg: string | null
}
interface Family {
@ -245,7 +246,8 @@ const defaultInformation = ref<Information>({
knowledge: null,
districtId: null,
provinceId: null,
statusId: null
statusId: null,
profileImg: null
})
const defaultFamily = ref<Family>({