From 26f0737c6099f13ab4eedd36a37463c83a666cc6 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期一, 20 九月 2021 19:09:25 +0800
Subject: [PATCH] 防重提交注解支持配置间隔时间/提示消息

---
 ruoyi-ui/src/views/tool/gen/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/src/views/tool/gen/index.vue b/ruoyi-ui/src/views/tool/gen/index.vue
index b69ce44..f800252 100644
--- a/ruoyi-ui/src/views/tool/gen/index.vue
+++ b/ruoyi-ui/src/views/tool/gen/index.vue
@@ -239,8 +239,6 @@
     if (time != null && time != this.uniqueId) {
       this.uniqueId = time;
       this.queryParams.pageNum = Number(this.$route.query.pageNum);
-      this.dateRange = [];
-      this.resetForm("queryForm");
       this.getList();
     }
   },
@@ -303,6 +301,7 @@
       previewTable(row.tableId).then(response => {
         this.preview.data = response.data;
         this.preview.open = true;
+        this.preview.activeName = "domain.java";
       });
     },
     /** 高亮显示 */

--
Gitblit v1.9.2