no message
This commit is contained in:
parent
9f82a3b2ef
commit
5d625bc4ae
5 changed files with 145 additions and 89 deletions
|
|
@ -39,28 +39,28 @@ interface investigateDisDataRowType {
|
|||
|
||||
interface directorType {
|
||||
id: string;
|
||||
directorId: string;
|
||||
directorId?: string;
|
||||
prefix: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
position: string;
|
||||
email: string;
|
||||
phone: string;
|
||||
total: number;
|
||||
duty: string;
|
||||
total?: number;
|
||||
duty?: string;
|
||||
}
|
||||
interface responseType {
|
||||
id: string;
|
||||
directorId: string;
|
||||
name: string;
|
||||
directorId?: string;
|
||||
prefix: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
position: string;
|
||||
email: string;
|
||||
phone: string;
|
||||
total: number;
|
||||
duty: string;
|
||||
total?: number;
|
||||
duty?: string;
|
||||
|
||||
}
|
||||
|
||||
interface FileLists {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ interface FormData {
|
|||
directors:object|null
|
||||
status:string
|
||||
disciplineInvestigateDocs:any
|
||||
disciplineInvestigateRelevantDocs:object|null
|
||||
disciplineInvestigateRelevantDocs:any
|
||||
documentFile:any|null
|
||||
respondentType:string
|
||||
organizationId:string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue