ส่งเรื่องร้องเรียนไปยังขั้นตอนการสืบสวน

This commit is contained in:
setthawutttty 2023-11-24 10:47:44 +07:00
parent b876c951b0
commit d47140e0ec
5 changed files with 62 additions and 36 deletions

View file

@ -13,7 +13,7 @@ interface FormData {
appellant: string
documentFile: any | null
status: string
reason: string
result: string
persons: object|null
organizationId:string|null
disciplineComplaintDocs:object|null
@ -50,7 +50,7 @@ interface MyObjectComplaintsRef {
dateNotification: object | null;
complaintFrom: object | null;
appellant: object | null;
reason: object | null;
result: object | null;
[key: string]: any;
}