优化BasicSelectTree
parent
4a5328b824
commit
e6d74df4eb
|
|
@ -1,15 +1,7 @@
|
||||||
import { TreeSelect } from "antd";
|
import { TreeSelect } from "antd";
|
||||||
import { useEffect } from "react";
|
import { useEffect } from "react";
|
||||||
|
import { getTreeNodePaths, processTreeDataByLevel, processTreeDataForOnlyLastLevel } from "../../../utils";
|
||||||
|
|
||||||
const getTreeNodePaths = () => {
|
|
||||||
|
|
||||||
};
|
|
||||||
const processTreeDataByLevel = () => {
|
|
||||||
|
|
||||||
};
|
|
||||||
const processTreeDataForOnlyLastLevel = ({ data }) => {
|
|
||||||
return data;
|
|
||||||
};
|
|
||||||
/**
|
/**
|
||||||
* 基础下拉树组件(不建议直接使用此组件,二次继承使用)
|
* 基础下拉树组件(不建议直接使用此组件,二次继承使用)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue