From 34f99d106551b51bf2af3bbd40c64624a3af25eb Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期六, 09 九月 2023 09:43:57 +0800 Subject: [PATCH] # --- src/main/webapp/static/layui/lay/modules/formDesigner.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/layui/lay/modules/formDesigner.js b/src/main/webapp/static/layui/lay/modules/formDesigner.js index 469e91c..5213bd7 100644 --- a/src/main/webapp/static/layui/lay/modules/formDesigner.js +++ b/src/main/webapp/static/layui/lay/modules/formDesigner.js @@ -4673,7 +4673,6 @@ var _html = $('<div style="height:100%;width:100%;"></div>'); var _script = $('<div style="height:100%;width:100%;"></div>');; that.generateHtml(options.data, _html,_script); - console.log(_html.html()); var _htmlCode = staticField.htmlCode.format(_html.html(),_script.html()); document.getElementById('generate-code-view').value = style_html(_htmlCode, 4, ' ', 400); layer.open({ @@ -4700,7 +4699,6 @@ var _html = $('<div style="height:100%;width:100%;"></div>'); var _script = $('<div style="height:100%;width:100%;"></div>'); that.generateHtml(options.data, _html,_script); - console.log(_html.html()); return _html.html(); }); -- Gitblit v1.9.1