Commit df3f6c4e by zhaochengxiang

bug fix

parent baaa02ca
......@@ -309,8 +309,8 @@ class ModelComponet extends React.Component {
callback: (tip) => {
this.onTableChange();
this.setState({ selectModelerIds: [] });
if ((tip||'')!=='') {
showNotifaction('提示', tip, 5);
if (tip) {
showMessage((tip==='删除成功')?'success':'warn', tip)
}
}
})
......
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