Przeglądaj źródła

代码生成点击预览重置激活tab

RuoYi 4 lat temu
rodzic
commit
94310c4f3d
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      ruoyi-ui/src/views/tool/gen/index.vue

+ 1 - 0
ruoyi-ui/src/views/tool/gen/index.vue

@@ -301,6 +301,7 @@ export default {
301 301
       previewTable(row.tableId).then(response => {
302 302
         this.preview.data = response.data;
303 303
         this.preview.open = true;
304
+        this.preview.activeName = "domain.java";
304 305
       });
305 306
     },
306 307
     /** 高亮显示 */