Commit 934cc448 by 姜雷

修改报修错误提示

parent b17c7676
......@@ -210,7 +210,8 @@ class ReprtRepair extends Component {
.catch(err => {
console.log(err);
const { data } = err;
Toast.hide(data.msg || '提交失败!');
Toast.hide();
Toast.fail(data.msg || '提交失败!');
});
};
resetDialog = () => {
......
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