From 9e5ecb83ba191db31cc74fcd17e5c301dcd31e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Tue, 27 Dec 2022 08:10:39 +0800 Subject: [PATCH] 'commit' --- .../formDesign/ayq/modules/formDesigner.js | 2 +- WebRoot/html/formDesign/fill.html | 38 +++++++++++++------ .../Zjb/Controller/ZjbController.java | 7 ++++ .../dsideal/FengHuang/Zjb/Model/ZjbModel.java | 23 ++++++++++- 4 files changed, 57 insertions(+), 13 deletions(-) diff --git a/WebRoot/html/formDesign/ayq/modules/formDesigner.js b/WebRoot/html/formDesign/ayq/modules/formDesigner.js index 7f5161f..d21b5f7 100644 --- a/WebRoot/html/formDesign/ayq/modules/formDesigner.js +++ b/WebRoot/html/formDesign/ayq/modules/formDesigner.js @@ -4663,7 +4663,7 @@ layui.config({base: './ayq/modules/'}).define(["layer", 'flow', "laytpl", "eleme success: function (result) { layer.msg('保存成功!', {icon: 1, time: 1500}, function (index) { - if (flag) window.location.href = "listPageInfo.html?module_id=" + module_id; + if (flag) window.location.href = "listModulePageInfo.html?module_id=" + module_id; } ); return; diff --git a/WebRoot/html/formDesign/fill.html b/WebRoot/html/formDesign/fill.html index 5ed5b45..bca0f89 100644 --- a/WebRoot/html/formDesign/fill.html +++ b/WebRoot/html/formDesign/fill.html @@ -3,7 +3,7 @@
-