refactor: Merge branch 'v1.1'

This commit is contained in:
wangzhen-fit2cloud 2020-07-23 10:57:44 +08:00
commit ab2020873a
1 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@
result: {},
id: '',
page: 1,
pageCount: 1,
pageCount: 5,
loading: false,
}
},
@ -44,7 +44,6 @@
let url = "/performance/report/log/" + this.id + "/" + resourceId + "/" + this.page;
this.$get(url, res => {
let data = res.data;
this.pageCount = data.pageCount;
data.listObject.forEach(log => {
this.logContent.push(log);
})