Commit b5e8a66f by zhaochengxiang

删除未分类资产

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