Update Main.ts
This commit is contained in:
parent
b5c6c83d62
commit
7fc82ceeb2
1 changed files with 2 additions and 2 deletions
|
|
@ -212,7 +212,7 @@ const defaultAddress: Address = {
|
|||
districtIdC: null,
|
||||
subdistrictIdC: null,
|
||||
// codeC: ,
|
||||
same: null
|
||||
same: '1'
|
||||
}
|
||||
|
||||
const defaultInformation: Information = {
|
||||
|
|
@ -258,7 +258,7 @@ const defaultFamily: Family = {
|
|||
lastnameF: null,
|
||||
occupationF: null,
|
||||
nationalityF: null,
|
||||
same: null
|
||||
same: '0'
|
||||
}
|
||||
|
||||
const defaultOccupation: Occupation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue