@@ -176,7 +176,7 @@ export default {
.then((res) => {
let resData = res.data.content;
this.unReferencedTableData = [...resData];
- this.unReferencedTableData.total = res.data.totalElements; // 总条数
+ this.unReferencedPagination.total = res.data.totalElements; // 总条数
})
.catch(() => {});
},