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