เพิ่่ม stroe เก็บ listDevelopment
This commit is contained in:
parent
563f3e1b16
commit
cc98d336d4
10 changed files with 182 additions and 578 deletions
|
|
@ -160,6 +160,12 @@ interface StrategyNode {
|
|||
name: string;
|
||||
children: StrategyNode[];
|
||||
}
|
||||
|
||||
interface DataItemsDevelopment {
|
||||
value: string;
|
||||
label: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionCheckBox,
|
||||
|
|
@ -174,4 +180,5 @@ export type {
|
|||
OrgTree,
|
||||
PersonData,
|
||||
StrategyNode,
|
||||
DataItemsDevelopment,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue