ปรับหน้ารายละเอียดของผู้สอบผ่าน เเก้เป็นส่ง name แทน id
This commit is contained in:
parent
507c94b955
commit
15738c7668
6 changed files with 33 additions and 27 deletions
|
|
@ -142,10 +142,10 @@ interface Address {
|
|||
}
|
||||
|
||||
interface AddressData {
|
||||
subDistrictId: string;
|
||||
subDistrictId: any;
|
||||
zipCode: string;
|
||||
districtId: string;
|
||||
provinceId: string;
|
||||
districtId: any;
|
||||
provinceId: any;
|
||||
}
|
||||
|
||||
interface Certificate {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue