Skip to content

Commit b772eff

Browse files
fix: Fixed frontend list loading failure issue
1 parent 2417cc9 commit b772eff

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/complex-table

1 file changed

+1
-1
lines changed

frontend/src/components/complex-table/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const mobile = computed(() => {
109109
return globalStore.isMobile();
110110
});
111111
const tableRef = ref();
112-
const tableHeight = ref(0);
112+
const tableHeight = ref<number | string>('');
113113
const menuRef = ref<HTMLElement | null>(null);
114114
const leftSelect = ref(false);
115115

0 commit comments

Comments
 (0)