Commit f72c81d2 by zhaochengxiang

资产地图

parent 5d7a583c
......@@ -86,7 +86,7 @@ class MapContent extends React.Component {
data.forEach((item, index) => {
if (item.dbType==='Dir') {
item.text = item.dirName||'';
item.id = `d${item.dirId||''}`
item.id = `d${parentDirId}${item.dirId||''}`;
} else {
let assetCnName = '';
......
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