Преглед на файлове

生成代码执行关闭

RuoYi преди 6 години
родител
ревизия
532c43ec35
променени са 2 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 0
      src/main/resources/static/ruoyi/tool/gen/gen.js
  2. 0 1
      src/main/resources/templates/index.html

+ 1 - 0
src/main/resources/static/ruoyi/tool/gen/gen.js

@@ -49,5 +49,6 @@ function batchGenCode() {
 	}
 	$.modalConfirm("确认要生成选中的" + rows.length + "条数据吗?", function() {
 		location.href = prefix + "/batchGenCode?tables=" + JSON.stringify(rows);
+		layer.msg('执行成功,正在生成代码请稍后…', {icon: 1});
 	});
 }

+ 0 - 1
src/main/resources/templates/index.html

@@ -1,6 +1,5 @@
 <!DOCTYPE html>
 <html xmlns:th="http://www.thymeleaf.org">
-<html>
 <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">