fix(leave):bug watch
This commit is contained in:
parent
27280c393f
commit
7175fac96b
17 changed files with 257 additions and 238 deletions
|
|
@ -45,7 +45,7 @@ interface LeaveItem {
|
|||
remain: number;
|
||||
}
|
||||
|
||||
interface MainList{
|
||||
interface MainList {
|
||||
id: string;
|
||||
leaveTypeName: string;
|
||||
leaveLimit: number;
|
||||
|
|
@ -128,6 +128,17 @@ interface FormData {
|
|||
leaveRange: string;
|
||||
}
|
||||
|
||||
interface DocumentLists {
|
||||
docId: string;
|
||||
path: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
interface DataOptions {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
OptionData,
|
||||
FormLeavetMainData,
|
||||
|
|
@ -135,5 +146,7 @@ export type {
|
|||
TypeLeave,
|
||||
LeaveItem,
|
||||
MainList,
|
||||
FormData
|
||||
FormData,
|
||||
DocumentLists,
|
||||
DataOptions,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue