Skip to content

Commit

Permalink
fix: 修复前端显示日志在切换报告后不生效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Jul 23, 2020
1 parent d107be2 commit 5eed1e2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
getResource() {
this.result = this.$get("/performance/report/log/resource/" + this.id, data => {
this.resource = data.data;
this.page = 1;
this.logContent = [];
})
},
load(resourceId) {
Expand Down

0 comments on commit 5eed1e2

Please sign in to comment.