附则特殊字符无法保存问题
This commit is contained in:
parent
4f80ce5c7e
commit
4e44fac003
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user