update ฟอร์มสืบสวน สอบสวนวินัย
This commit is contained in:
parent
422ea07f4d
commit
b5cc5c9cb7
12 changed files with 768 additions and 564 deletions
|
|
@ -14,6 +14,7 @@ interface FormData {
|
|||
statusResult: string;
|
||||
causeText: string;
|
||||
complaintStatus:string
|
||||
reason: string
|
||||
}
|
||||
interface MyObjectInvestigateRef {
|
||||
complaint: object | null;
|
||||
|
|
@ -28,6 +29,7 @@ interface MyObjectInvestigateRef {
|
|||
daysExtend: object | null;
|
||||
statusResult: object | null;
|
||||
causeText: object | null;
|
||||
reason: object | null;
|
||||
[key: string]: any;
|
||||
}
|
||||
export type { FormData, MyObjectInvestigateRef };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue