Commit 7009bc6e by zhaochengxiang

增加提示

parent 3b8c1f0b
...@@ -1057,10 +1057,14 @@ const AssetAction = (props) => { ...@@ -1057,10 +1057,14 @@ const AssetAction = (props) => {
(reference===AssetManageReference||canEdit) && <Button (reference===AssetManageReference||canEdit) && <Button
type='primary' type='primary'
onClick={() => { onClick={() => {
setAttributeMaintainParam({ if (metadata?.metadataTableId) {
visible: true, setAttributeMaintainParam({
metadataId: metadata.metadataTableId visible: true,
}); metadataId: metadata?.metadataTableId
});
} else {
showMessage("warn","该资产没有关联元数据信息");
}
}} }}
> >
字段级维护 字段级维护
......
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