附则特殊字符无法保存问题

This commit is contained in:
zhal 2022-10-07 15:00:56 +08:00
parent 4f80ce5c7e
commit 4e44fac003

View File

@ -662,7 +662,7 @@ function saveContent(obj) {
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");