Commit 0a42f273 by 向童

Merge branch 'develop' into 'test'

测试 See merge request !6
parents 29196707 4c7571b2
......@@ -210,7 +210,9 @@ class ReprtRepair extends Component {
.catch(err => {
console.log(err);
const { data } = err;
alert(data.msg);
Toast.hide();
alert("测试");
Toast.fail(data.msg || '提交失败!');
});
};
......
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