Commit b5e8a66f by zhaochengxiang

删除未分类资产

parent c737baa1
...@@ -93,10 +93,6 @@ const AssetTable = (props) =>{ ...@@ -93,10 +93,6 @@ const AssetTable = (props) =>{
setPagination({ ...pagination, pageNum: 1 }); setPagination({ ...pagination, pageNum: 1 });
} }
const onRecycleClick =() => {
window.location.href = '/center-home/view/asset-recycle';
}
const addAsset =()=>{ const addAsset =()=>{
setAssetEditAction('add'); setAssetEditAction('add');
setAssetEditVisible(true); setAssetEditVisible(true);
...@@ -267,9 +263,6 @@ const AssetTable = (props) =>{ ...@@ -267,9 +263,6 @@ const AssetTable = (props) =>{
style={{ width: 240, marginLeft: 'auto' }} style={{ width: 240, marginLeft: 'auto' }}
/> />
</Space> </Space>
{
!readOnly && <Button style={{ marginLeft: 'auto' }} type="primary"onClick={onRecycleClick} >未分类资产</Button>
}
</div> </div>
} }
> >
......
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