huangbin %!s(int64=4) %!d(string=hai) anos
pai
achega
54d0e57e05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/setup/table/event.ts

+ 1 - 1
src/common/setup/table/event.ts

@@ -17,7 +17,7 @@ export function getTableEvent<T>(param: TableEventCB) {
                 selectedRow.value = record
                 const value = expandedRowKeys.value;
                 if (value.length) {
-                    const key = value[1];
+                    const key = value[0];
                     expandedRowKeys.value = key === index.toString() ? [] : [`${index}`];
                 } else {
                     expandedRowKeys.value = [`${index}`]