Commit df3f6c4e by zhaochengxiang

bug fix

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