แก้ reason
This commit is contained in:
parent
422ea07f4d
commit
9e3f326235
5 changed files with 108 additions and 55 deletions
|
|
@ -13,7 +13,7 @@ interface FormData {
|
|||
appellant: string
|
||||
documentFile: any | null
|
||||
status: string
|
||||
rejectReason: string|null
|
||||
reason: string
|
||||
persons: object|null
|
||||
organizationId:string|null
|
||||
disciplineComplaintDocs:object|null
|
||||
|
|
@ -50,6 +50,7 @@ interface MyObjectComplaintsRef {
|
|||
dateNotification: object | null;
|
||||
complaintFrom: object | null;
|
||||
appellant: object | null;
|
||||
reason: object | null;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue