1061b8c4 by lxs

Merge branch 'develop' into release-test

2 parents b9710556 59fe4107
......@@ -110,6 +110,7 @@ const getTableData = () => {
const data = res.data || {};
tableInfo.value.data = data.records || [];
tableInfo.value.page.curr = data.pageIndex;
tableInfo.value.page.limit = res.data.pageSize;
tableInfo.value.page.rows = data.totalRows || 0;
} else {
ElMessage.error(res.msg);
......@@ -312,4 +313,4 @@ const dialogBtnClick = (btn, info) => {
margin-left: 0px;
}
}
</style>
\ No newline at end of file
</style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!