Commit dc78860b by zhaochengxiang

bug fix

parent df3f6c4e
...@@ -541,7 +541,7 @@ const ModelTable = (props) => { ...@@ -541,7 +541,7 @@ const ModelTable = (props) => {
} }
}, },
callback: () => { callback: () => {
showMessage('success', '模型删除成功'); showMessage('success', '删除成功');
onChange && onChange(); onChange && onChange();
if ((modelId||'') ==='') { if ((modelId||'') ==='') {
......
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