Compare commits
2 Commits
9d71b6a6be
...
816bb2d071
| Author | SHA1 | Date |
|---|---|---|
|
|
816bb2d071 | |
|
|
4d04bbbe51 |
|
|
@ -3,7 +3,7 @@ import type { BasicLeftTreeProps } from "../../Basic";
|
|||
|
||||
export interface Params {
|
||||
/** 企业id */
|
||||
eqCorpInfoId?: string;
|
||||
eqCorpinfoId?: string;
|
||||
/** 父级部门id */
|
||||
eqParentId?: string;
|
||||
[key: string]: any;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "zy-react-library",
|
||||
"private": false,
|
||||
"version": "1.0.38",
|
||||
"version": "1.0.39",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"author": "LiuJiaNan",
|
||||
|
|
|
|||
Loading…
Reference in New Issue