59fe4107 by lxs

资产证件管理更新

1 parent 7d9270f2
......@@ -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);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!