fix: 修改表格过滤触发排序事件

This commit is contained in:
xinxin.wu 2024-05-17 17:52:02 +08:00 committed by Craftsman
parent a5f5493e8e
commit 239e7b5f63
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@
v-bind="item.filterConfig"
:filter="filterData"
@handle-confirm="(v) => handleFilterConfirm(v, item.dataIndex as string, item.isCustomParam || false)"
@click.stop="null"
>
<template #item="{ filterItem }">
<slot :name="item.filterConfig.filterSlotName" :filter-content="filterItem"> </slot>