Commit 6d8b2443 by zhaochengxiang

修改提示

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