From 2e263579d12b45c1052d16e0e9c3e067764ffe12 Mon Sep 17 00:00:00 2001
From: pyt <626651354@qq.com>
Date: 星期四, 08 五月 2025 18:02:27 +0800
Subject: [PATCH] feat

---
 laboratory/src/components/TableSlot/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/laboratory/src/components/TableSlot/index.vue b/laboratory/src/components/TableSlot/index.vue
index c2fa491..e4a66ec 100644
--- a/laboratory/src/components/TableSlot/index.vue
+++ b/laboratory/src/components/TableSlot/index.vue
@@ -13,7 +13,7 @@
             </template>
             <template v-if="$slots.table">
                 <Table :data="tableData" :total="total" :height="height" :queryForm="queryForm"
-                    @currentChange="handleCurrentChange" @sizeChange="handleSizeChange">
+                    @handleCurrentChange="handleCurrentChange" @handleSizeChange="handleSizeChange">
                     <slot name="table"></slot>
                 </Table>
             </template>

--
Gitblit v1.7.1