src/components/HxlhTable/index.vue
@@ -16,7 +16,8 @@ :pager-config="tablePage" :form-config="tableForm" :columns="columns" :column-config="{ resizable: true }" :column-config="{ resizable: true, useKey: true }" :row-config="{ useKey: true }" :data.sync="data" :checkbox-config="checkboxConfig" :height="height" @@ -168,7 +169,7 @@ treeConfig: { type: Object, default: () => { return {}; return null; }, }, rowStyle: {