Commit 74428d22 by yiyu.li

bug

parent 9a506098
...@@ -837,7 +837,7 @@ export default { ...@@ -837,7 +837,7 @@ export default {
if ((res.msg + "").indexOf(",") != -1) { if ((res.msg + "").indexOf(",") != -1) {
inittip(res.msg); inittip(res.msg);
} else { } else {
this.$Message.error(this.$t(res.data)); this.$Message.error(this.$t(res.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