fix: fix the problem that the tree data of Table component cannot be displayed
This commit is contained in:
parent
8b3be02368
commit
bf83d3efba
|
@ -272,7 +272,7 @@ export default defineComponent({
|
|||
ref={elTableRef}
|
||||
data={unref(getProps).data}
|
||||
onSelection-change={selectionChange}
|
||||
{...getBindValue}
|
||||
{...unref(getBindValue)}
|
||||
>
|
||||
{{
|
||||
default: () => rnderTableColumn(),
|
||||
|
|
Loading…
Reference in New Issue