ข้อมูลหลัก => fix bug
This commit is contained in:
parent
0531cf2bb3
commit
0d04f6a3b5
13 changed files with 336 additions and 320 deletions
|
|
@ -25,16 +25,6 @@ interface FormPositionEmployeeSelectDialog {
|
|||
positionLevel: string;
|
||||
}
|
||||
|
||||
interface FormPositionSelectRef {
|
||||
positionName: object | null;
|
||||
positionField: object | null;
|
||||
positionType: object | null;
|
||||
positionLevel: object | null;
|
||||
positionExecutive: object | null;
|
||||
positionExecutiveField: object | null;
|
||||
positionArea: object | null;
|
||||
[key: string]: any;
|
||||
}
|
||||
interface FormPositionEmployeeSelectRef {
|
||||
positionName: object | null;
|
||||
positionType: object | null;
|
||||
|
|
@ -108,7 +98,6 @@ export type {
|
|||
Pagination,
|
||||
DataOption,
|
||||
FormPositionSelect,
|
||||
FormPositionSelectRef,
|
||||
OptionType,
|
||||
OptionLevel,
|
||||
OptionExecutive,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue