diff --git a/ruoyi-ui/src/views/tool/gen/importTable.vue b/ruoyi-ui/src/views/tool/gen/importTable.vue index e441870..01606e6 100644 --- a/ruoyi-ui/src/views/tool/gen/importTable.vue +++ b/ruoyi-ui/src/views/tool/gen/importTable.vue @@ -26,7 +26,7 @@ - + @@ -76,6 +76,9 @@ export default { this.getList(); this.visible = true; }, + clickRow(row) { + this.$refs.table.toggleRowSelection(row); + }, // 多选框选中数据 handleSelectionChange(selection) { this.tables = selection.map(item => item.tableName);