@ -69,6 +69,7 @@
<TableForm
ref="tableFormRef"
class="w-[100%]"
:maxHeight = "490"
:tableFields="tableAllSchemas.tableFormColumns"
:tableData="tableData"
:tableFormRules="tableFormRules"
@ -5,7 +5,7 @@
ref="TableBaseComponents_Ref"
v-loading="tableLoading"
:data="tableData"
max-height="maxHeight"
:max-height="maxHeight"
row-key="id"
:border="border"
@selection-change="tableSelectionChange"