อัพรูปแล้วยังไม่ต้องfetch dataใหม่
This commit is contained in:
parent
b768d7e754
commit
9cab3eb48b
3 changed files with 59 additions and 91 deletions
|
|
@ -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>({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue