src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -56,7 +56,7 @@ total: 0, }" @selection-change="handleSelectionChange" @pagination="onCurrentChange" @pagination="changePage" > <template #commonFilesRef="{ row }"> <el-button @@ -238,6 +238,11 @@ }); }; const changePage = ({ page }) => { pagination.currentPage = page; onCurrentChange(page); }; onMounted(() => { getTableData(); });