fix: send rootDna
This commit is contained in:
parent
b1421d4d1a
commit
99e127bd06
4 changed files with 8 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ interface FormData {
|
|||
phone: string;
|
||||
email: string;
|
||||
qualification?:string
|
||||
rootDnaId?:string
|
||||
}
|
||||
interface FormDataPost {
|
||||
personalId: string;
|
||||
|
|
@ -17,6 +18,7 @@ interface FormDataPost {
|
|||
phone: string;
|
||||
email: string;
|
||||
qualification: string;
|
||||
rootDnaId: string;
|
||||
}
|
||||
interface FormRef {
|
||||
prefix: object | null;
|
||||
|
|
@ -44,6 +46,7 @@ interface ResponsePreson {
|
|||
organization: string; //สังกัด
|
||||
email: string; //อีเมล
|
||||
phone: string; //เบอร์โทรศัพท์
|
||||
rootDnaId: string; //rootDnaId
|
||||
}
|
||||
|
||||
interface tableType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue