Commit 6d8b2443 by zhaochengxiang

修改提示

parent fa055c6d
......@@ -660,9 +660,9 @@ const AssetTable = (props) => {
const onImportAssetSuccess = (tip = '') => {
getDataAssets();
if ((tip||'') !== '') {
showNotifaction('导入提示', tip, 5);
}
// if ((tip||'') !== '') {
// showNotifaction('导入提示', tip, 5);
// }
}
const onFilterElementModalCancel = (refresh = false) => {
......
......@@ -168,7 +168,7 @@ const FC = (props) => {
},
callback: (data) => {
onChange?.(catalogId);
showMessage('success', '字段级资产导入成功!');
showMessage('success', '导入动作完成,详情查看日志');
}
})
} else {
......@@ -182,7 +182,7 @@ const FC = (props) => {
},
callback: (data) => {
onChange?.(catalogId);
showMessage('success', '映射关系导入成功!');
showMessage('success', '导入动作完成,详情查看日志');
}
})
}
......
......@@ -147,6 +147,7 @@ const ImportAssetDrawer = (props) => {
setConfirmLoading(false);
setFileList([]);
getLogs(pageNum, pageSize);
showMessage('success', '导入动作完成,详情查看日志');
onSuccess && onSuccess(data||'');
},
error: () => {
......
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