ปรับ ui ข้อมูลพื้นฐาน วินัย
This commit is contained in:
parent
222a9b689b
commit
f2df09c28e
5 changed files with 129 additions and 123 deletions
|
|
@ -5,7 +5,6 @@ interface FormData {
|
|||
position: string;
|
||||
phone: string;
|
||||
email: string;
|
||||
role: string;
|
||||
responsibilities:string
|
||||
}
|
||||
interface FormRef {
|
||||
|
|
@ -15,7 +14,6 @@ interface FormRef {
|
|||
position: object | null;
|
||||
phone: object | null;
|
||||
email: object | null;
|
||||
role: object | null;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue