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

master
陈凯龙 4 years ago
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…
Cancel
Save