Commit 35f5dfdd by zhaochengxiang

bug fix

parent b445d700
......@@ -1030,7 +1030,7 @@ const AssetTable = (props) => {
>
<Space size={15}>
{
((reference===AssetManageReference||isAdmin) && isPostAsset(getTemplateType()) && nodeAllowdLoadDataAsset) && <Button onClick={addAsset}>新增</Button>
(reference===AssetManageReference && isPostAsset(getTemplateType()) && nodeAllowdLoadDataAsset) && <Button onClick={addAsset}>新增</Button>
}
{
......
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