|
@@ -143,13 +143,13 @@ export default {
|
|
|
pageNumber: this.currentPage,
|
|
|
pageSize: this.pageSize,
|
|
|
});
|
|
|
- this.tableData = res.data.data.records.records;
|
|
|
+ this.tableData = res.data.data.records;
|
|
|
// this.tableData.forEach(
|
|
|
// (v) =>
|
|
|
// (v.basePhotoPath =
|
|
|
// "https://ecs-test-static.qmth.com.cn/org_logo/0/1597046412749.png")
|
|
|
// );
|
|
|
- this.total = res.data.data.records.total;
|
|
|
+ this.total = res.data.data.total;
|
|
|
},
|
|
|
handleCurrentChange(val) {
|
|
|
this.currentPage = val;
|