Compare commits
2 Commits
9d71b6a6be
...
816bb2d071
| Author | SHA1 | Date |
|---|---|---|
|
|
816bb2d071 | |
|
|
4d04bbbe51 |
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "zy-react-library",
|
"name": "zy-react-library",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.38",
|
"version": "1.0.39",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "LiuJiaNan",
|
"author": "LiuJiaNan",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue