Commit 522d7ca4 by zhaochengxiang

bug fix

parent 6ce8d28d
...@@ -723,7 +723,7 @@ const FC = (props) => { ...@@ -723,7 +723,7 @@ const FC = (props) => {
} }
}, },
callback: () => { callback: () => {
showMessage("success","删除成功") showMessage("info","后台删除数据中,请不要频繁执行删除操作")
setSelectedRows() setSelectedRows()
getAssets() getAssets()
} }
......
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