Commit ea95630c by zhaochengxiang

变更目录隐藏自定义目录

parent 8ff4fcd1
...@@ -143,6 +143,10 @@ const AssetTree = (props) => { ...@@ -143,6 +143,10 @@ const AssetTree = (props) => {
let newData = [...data]; let newData = [...data];
if (reference === AssetMountReference) {
newData = newData.filter(item => item.type!=='custom');
}
setTreeData(newData); setTreeData(newData);
const _dataList = [], _groupIds = []; const _dataList = [], _groupIds = [];
......
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