Commit 9126359d by zhaochengxiang

资产数据源系统

parent 41a38336
...@@ -39,6 +39,7 @@ const AssetAction = (props) => { ...@@ -39,6 +39,7 @@ const AssetAction = (props) => {
getSystems(); getSystems();
getElements(); getElements();
} else { } else {
getSystems();
setCurrentAction('detail'); setCurrentAction('detail');
if ((id||'')!=='') { if ((id||'')!=='') {
getAssetPaths(); getAssetPaths();
......
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