59fe4107 by lxs

资产证件管理更新

1 parent 7d9270f2
...@@ -110,6 +110,7 @@ const getTableData = () => { ...@@ -110,6 +110,7 @@ const getTableData = () => {
110 const data = res.data || {}; 110 const data = res.data || {};
111 tableInfo.value.data = data.records || []; 111 tableInfo.value.data = data.records || [];
112 tableInfo.value.page.curr = data.pageIndex; 112 tableInfo.value.page.curr = data.pageIndex;
113 tableInfo.value.page.limit = res.data.pageSize;
113 tableInfo.value.page.rows = data.totalRows || 0; 114 tableInfo.value.page.rows = data.totalRows || 0;
114 } else { 115 } else {
115 ElMessage.error(res.msg); 116 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!