spring
4 天以前 fd3e3b19aaf23c4f68d8b98d514499510b152e39
src/views/procurementManagement/paymentEntry/index.vue
@@ -72,7 +72,7 @@
        @selection-change="handleSelectionChange"
        :tableLoading="tableLoading"
        @pagination="pagination"
        :total="total"
        :total="page.total"
      ></PIMTable>
    </div>
    <el-dialog
@@ -278,8 +278,8 @@
const page = reactive({
  current: 1,
  size: 100,
   total: 0,
});
const total = ref(0);
// 用户信息表单弹框数据
const operationType = ref("");
@@ -348,7 +348,7 @@
  invoiceListPage({ ...searchForm, ...page }).then((res) => {
    tableLoading.value = false;
    tableData.value = res.records;
    total.value = res.total;
      page.total = res.total;
  });
};
// 表格选择数据