提交 d9aee72d authored 作者: thy's avatar thy

合并分支 'thy' 到 'master'

未知依赖修改 查看合并请求 !109
...@@ -90,8 +90,8 @@ export default { ...@@ -90,8 +90,8 @@ export default {
} }
this.$server.getConfigPageList(this.myPage, this.pageSize, obj).then(res => { this.$server.getConfigPageList(this.myPage, this.pageSize, obj).then(res => {
console.log(res); console.log(res);
this.tableData = res.data.objects; this.tableData = res.data.rows;
this.tablePageSize = res.data.totalElement; this.tablePageSize = res.data.total;
}) })
}, },
// 数据 // 数据
...@@ -100,8 +100,8 @@ export default { ...@@ -100,8 +100,8 @@ export default {
technologyName:this.technologyId technologyName:this.technologyId
} }
this.$server.getConfigPageList(this.myPage,this.pageSize,obj).then(res => { this.$server.getConfigPageList(this.myPage,this.pageSize,obj).then(res => {
this.tableData = res.data.objects; this.tableData = res.data.rows;
this.tablePageSize = res.data.totalElement; this.tablePageSize = res.data.total;
}); });
}, },
// 点击分页 // 点击分页
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论