From a292cccb639778d3c14dd60b9044ca9b6aba95b0 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 18 Sep 2021 18:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E9=A2=84=E8=A7=88=E9=87=8D=E7=BD=AE=E6=BF=80=E6=B4=BB?= =?UTF-8?q?tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/tool/gen/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-ui/src/views/tool/gen/index.vue b/ruoyi-ui/src/views/tool/gen/index.vue index cfc4f37..f800252 100644 --- a/ruoyi-ui/src/views/tool/gen/index.vue +++ b/ruoyi-ui/src/views/tool/gen/index.vue @@ -301,6 +301,7 @@ export default { previewTable(row.tableId).then(response => { this.preview.data = response.data; this.preview.open = true; + this.preview.activeName = "domain.java"; }); }, /** 高亮显示 */