Explorar o código

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

陈凯龙 %!s(int64=3) %!d(string=hai) anos
pai
achega
bf83d3efba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(),