Commit 22d5962b authored by tianhongyang's avatar tianhongyang

fix bug

parent 2faa230e
......@@ -162,7 +162,7 @@ export default {
console.log(error);
} finally {
loadingService.close();
successCount > 0 ? this.$message.success("添加账号成功") : null;
successCount > 0 ? elementMessageSingleton("success", "添加账号成功") : elementMessageSingleton("error", "添加账号失败");
}
});
}
......
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