Compare commits
No commits in common. "816bb2d0718b37a207a31167ae81ae3704b7cece" and "9d71b6a6bebc26b23dafb6c429fcec26e9664b6f" have entirely different histories.
816bb2d071
...
9d71b6a6be
|
|
@ -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.39",
|
"version": "1.0.38",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "LiuJiaNan",
|
"author": "LiuJiaNan",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue