ปรับ ผู้ร้้องเรียน ปรับ dialog
This commit is contained in:
parent
e9529f11a7
commit
f10b77a34b
7 changed files with 149 additions and 105 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue