From 326b9592c31fc84423598a7728468a803767b2f3 Mon Sep 17 00:00:00 2001 From: yangl Date: Thu, 29 Sep 2022 16:02:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=B1=9E=E6=80=A7=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E7=B1=BB=E5=9E=8B=E4=BF=9D=E5=AD=98=20url=20encode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/coe.pal.processlevel.create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js index ababe525..81ec61ba 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js @@ -580,7 +580,7 @@ function saveDialogTableValue(tableValue,id,dom) { url : "./w?sid=" + encodeURIComponent(sid) + "&cmd=com.actionsoft.apps.coe.pal_processlevel_more_attr_content_save", data : "uuid=" + uuid + "&josnKey=" + encodeURIComponent(id) - + "&josnContent=" + jsonContent, + + "&josnContent=" + encodeURI(jsonContent), success : function(msg) { if(awsui.decode(msg).result == "error") { $.simpleAlert(awsui.decode(msg).msg, "error");