From a60dc30be50598fe2d1acb42f8171ec69e37b436 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期三, 28 五月 2025 17:29:05 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- culture/src/components/TableSlot/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/culture/src/components/TableSlot/index.vue b/culture/src/components/TableSlot/index.vue index c2fa491..e4a66ec 100644 --- a/culture/src/components/TableSlot/index.vue +++ b/culture/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