fix: fix the problem that the tree data of Table component cannot be displayed

This commit is contained in:
陈凯龙 2022-03-04 20:25:21 +08:00
parent 8b3be02368
commit bf83d3efba
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ export default defineComponent({
ref={elTableRef}
data={unref(getProps).data}
onSelection-change={selectionChange}
{...getBindValue}
{...unref(getBindValue)}
>
{{
default: () => rnderTableColumn(),