优化LeftTree、SelectTree类型
parent
4d04bbbe51
commit
816bb2d071
|
|
@ -3,7 +3,7 @@ import type { BasicLeftTreeProps } from "../../Basic";
|
|||
|
||||
export interface Params {
|
||||
/** 企业id */
|
||||
eqCorpInfoId?: string;
|
||||
eqCorpinfoId?: string;
|
||||
/** 父级部门id */
|
||||
eqParentId?: string;
|
||||
[key: string]: any;
|
||||
|
|
|
|||
Loading…
Reference in New Issue