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