曹睿
6 天以前 67acb740390947f2e7cc3834785828ebf9755310
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();
});