maven
2025-08-06 3dea5fa3fc6fa1f7e7d801e628bd7de4bc09e424
src/views/reportAnalysis/projectProfit/index.vue
@@ -20,7 +20,7 @@
          size: pagination.pageSize,
          total: pagination.total,
        }"
        @pagination="onCurrentChange"
        @pagination="changePage"
      ></PIMTable>
    </div>
  </div>
@@ -93,6 +93,11 @@
  ]
);
const changePage = ({ page }) => {
  pagination.currentPage = page;
  onCurrentChange(page);
};
onMounted(() => {
  getTableData();
});