Commit 179ac470 by zhaochengxiang

新增为资产中资产目录增加过滤

parent 502b57cd
...@@ -231,6 +231,8 @@ export const Basic = React.forwardRef(function ({ items, defaultValue }, ref) { ...@@ -231,6 +231,8 @@ export const Basic = React.forwardRef(function ({ items, defaultValue }, ref) {
rules={[{ required: true, message: '请选择资产目录!' }]} rules={[{ required: true, message: '请选择资产目录!' }]}
> >
<TreeSelect <TreeSelect
showSearch
treeNodeFilterProp='title'
loading={loadingTreeData} loading={loadingTreeData}
dropdownStyle={{ maxHeight: 400, overflow: 'auto' }} dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}
treeData={treeData1} treeData={treeData1}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment