Commit fc7ed126 authored by ms-dev's avatar ms-dev

更新修复

parent 27662225
...@@ -153,8 +153,8 @@ $(function(){ ...@@ -153,8 +153,8 @@ $(function(){
alert("生成文件失败"); alert("生成文件失败");
$("#saveUpdate").removeAttr("disabled"); $("#saveUpdate").removeAttr("disabled");
} }
}}); }});
location.href=managerPath+"/cms/article/"+obj.resultData+"/list.do"; location.href=managerPath+"/cms/article/${categoryId?default(0)}/list.do";
<@ms.notify msg="文章保存成功" type="success"/> <@ms.notify msg="文章保存成功" type="success"/>
$("#saveUpdate").removeAttr("disabled"); $("#saveUpdate").removeAttr("disabled");
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment