From 759a0fcb320c7af510751a59b92b5e2ab437e107 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 25 Feb 2020 13:49:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E8=A1=A8=E5=8D=95=E5=87=BB?= =?UTF-8?q?=E8=A1=8C=E6=95=B0=E6=8D=AE=E6=97=B6=E9=80=89=E4=B8=AD=E5=AF=B9?= =?UTF-8?q?=E5=BA=94=E7=9A=84=E5=A4=8D=E9=80=89=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/tool/gen/importTable.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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);