Commit 7009bc6e by zhaochengxiang

增加提示

parent 3b8c1f0b
......@@ -1057,10 +1057,14 @@ const AssetAction = (props) => {
(reference===AssetManageReference||canEdit) && <Button
type='primary'
onClick={() => {
setAttributeMaintainParam({
visible: true,
metadataId: metadata.metadataTableId
});
if (metadata?.metadataTableId) {
setAttributeMaintainParam({
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