From 1224f7cc2c2f42a8b70466d14b15d443da1e27fd Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期五, 09 五月 2025 09:14:58 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- 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