Commit e808b82a by zhaochengxiang

增加导入提示

parent 4615b734
......@@ -153,6 +153,7 @@ const FC = (props) => {
},
callback: (data) => {
onChange?.(catalogId);
showMessage('success', '字段级资产导入成功!');
}
})
} else {
......@@ -166,6 +167,7 @@ const FC = (props) => {
},
callback: (data) => {
onChange?.(catalogId);
showMessage('success', '映射关系导入成功!');
}
})
}
......
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