Commit 7527e6e5 by zhaochengxiang

资产目录模版

parent 11f66d54
......@@ -152,7 +152,7 @@ const AssetAction = (props) => {
LocalStorage.set('assetDirChange', !(LocalStorage.get('assetDirChange')||false));
let event = new Event('storage');
event.key = 'assetDirChange';
event.dirId = (assets?.dirIds||[]).length>0?assets.dirIds[0]:'';
event.dirId = dirId||'';
window?.dispatchEvent(event);
}
......
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