gaoluyang
10 天以前 752ea7df5717c3d54887c85d84a541efb53fa4c7
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();
});