Browse Source

add pageIndex

develop
little4 2 months ago
parent
commit
03e162a34e
  1. 7
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/solar/index.vue

7
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/solar/index.vue

@ -108,7 +108,12 @@
this.initQueryTable();
},
methods: {
//
indexMethod(index) {
return (
index + (this.queryParams.pageNum - 1) * this.queryParams.pageSize + 1
);
},
onSizeChange(pageSize) {
this.tableData = [];
this.searchData.pageSize = pageSize;

Loading…
Cancel
Save