Ver código fonte

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

陈凯龙 3 anos atrás
pai
commit
bf83d3efba
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/Table/src/Table.vue

+ 1 - 1
src/components/Table/src/Table.vue

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