ปรับ ผู้ร้้องเรียน ปรับ dialog

This commit is contained in:
setthawutttty 2023-11-22 12:03:33 +07:00
parent e9529f11a7
commit f10b77a34b
7 changed files with 149 additions and 105 deletions

View file

@ -14,9 +14,9 @@ interface FormData {
documentFile: any | null
complaintStatus: string
persons: ArrayPerson[]
personId: Array
personId: any
organizationId:string|null
respondentId:Array
respondentId:any
}
interface ArrayPerson {
@ -24,7 +24,7 @@ interface ArrayPerson {
name: string,
position: string,
positionLevel: string,
educationQualification: string,
salary: string,
organization: string,
}
interface MyObjectComplaintsRef {
@ -50,7 +50,7 @@ interface DataAddRequest {
name: string
position: string
positionLevel: string
educationQualification: string
salary: string
organization: string
}
export type {

View file

@ -15,7 +15,7 @@ interface DataAdd {
name:string
position:string
positionLevel:string
educationQualification:string
salary:string
organization:string
}
interface DataAddResponse {
@ -24,7 +24,7 @@ interface DataAddResponse {
name:string
position:string
positionLevel:string
educationQualification:string
salary:string
organization:string
}
interface DataList {