แก้ reason

This commit is contained in:
setthawutttty 2023-11-23 17:02:31 +07:00
parent 422ea07f4d
commit 9e3f326235
5 changed files with 108 additions and 55 deletions

View file

@ -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;
}