From 273e478ee2f00f78d09f95da9d73d0e27d610f37 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 10 Oct 2025 16:41:02 +0800 Subject: [PATCH] =?UTF-8?q?CMS=20=E5=BD=93=E6=A0=8F=E7=9B=AE=E4=B8=BA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=AC=AC=E4=B8=80=E7=AF=87=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=EF=BC=8C=E7=82=B9=E5=87=BB=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=EF=BC=8C=E4=B8=8D=E5=85=B3=E9=97=AD=E7=AA=97=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cms/src/main/resources/views/modules/cms/articleForm.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/cms/src/main/resources/views/modules/cms/articleForm.html b/modules/cms/src/main/resources/views/modules/cms/articleForm.html index 188d444d..1c8eb76b 100644 --- a/modules/cms/src/main/resources/views/modules/cms/articleForm.html +++ b/modules/cms/src/main/resources/views/modules/cms/articleForm.html @@ -240,11 +240,13 @@ $('#inputForm').validate({ $('#wordCount').val(contentUE.getContentTxt().length); js.ajaxSubmitForm($(form), function(data){ js.showMessage(data.message); + //# if(parameter['category.showModes'] != '3'){ if(data.result == Global.TRUE){ js.closeCurrentTabPage(function(contentWindow){ contentWindow.page(); }); } + //# } }, "json"); } });