Commit 1f24eadc authored by zL's avatar zL

修改提示问题

parent 6840c758
...@@ -119,7 +119,7 @@ export default Vue.extend({ ...@@ -119,7 +119,7 @@ export default Vue.extend({
const res = await enterBank(this.account); const res = await enterBank(this.account);
if (res && res.code === 200) { if (res && res.code === 200) {
this.$message({ this.$message({
message: "企业银行账户信息录入成功。", message: res.msg,
type: "success", type: "success",
}); });
this.$emit("success"); this.$emit("success");
......
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