Commit 0593d80b by zhaochengxiang

资产回收站

parent 800c2f26
...@@ -87,7 +87,7 @@ const AssetTable = (props) =>{ ...@@ -87,7 +87,7 @@ const AssetTable = (props) =>{
} }
const onRecycleClick =() => { const onRecycleClick =() => {
window.open('/center-home/view/asset-recycle'); window.location.href = '/center-home/view/asset-recycle';
} }
const addAsset =()=>{ const addAsset =()=>{
......
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