Commit 36f75f98 by 和金晶

细节优化

parent 3765aba3
......@@ -1003,7 +1003,7 @@ const AssetTable = (props) => {
/>
}
{
(reference!==AssetRecycleReference && reference!==MyAssetReference) && <Tooltip title={fullScreen?'取消全屏':'全屏1'}>
(reference!==AssetRecycleReference && reference!==MyAssetReference) && <Tooltip title={fullScreen?'取消全屏':'全屏'}>
<Button onClick={onFullScreenClick} icon={fullScreen?<CancelFullScreenSvg style={{ width: 20, height: 20 }} />:<FullScreenSvg style={{ width: 20, height: 20 }} />} type='text'></Button>
</Tooltip>
}
......
......@@ -72,6 +72,7 @@ const MyApplyModal = (props) => {
callback: data => {
showMessage("success","发送申请成功");
onCancel()
form.resetFields()
},
error: (err) => {
setConfirmLoading(false);
......
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