提交 8bd1a341 编写于 作者: Q q4speed

增加一个日志

上级 6e53fcd9
......@@ -63,7 +63,12 @@
this.$get(url, response => {
this.report = response.data || {};
if (this.isNotRunning) {
this.content = JSON.parse(this.report.content);
try {
this.content = JSON.parse(this.report.content);
} catch (e) {
console.log(this.report.content)
throw e;
}
this.getFails();
this.loading = false;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册