Commit e1835775 authored by 他是超人他会飞's avatar 他是超人他会飞 Committed by 铭飞

!142 首页

Merge pull request !142 from 他是超人他会飞/4.7.0
parents 07730e63 74c17698
......@@ -94,7 +94,7 @@ $(function(){
//获取当前栏目的自定义模型
var url="${managerPath}/mdiy/contentModel/contentModelField/"+${categoryId?default(0)}+"/queryField.do";
var articleId="basicId="+${article.basicId?c?default(0)};
$(this).request({url:url,data:articleId,method:"post",func:function(data) {
$(this).request({url:url,data:articleId,method:"get",func:function(data) {
$("#addFieldForm").html(data);
}});
......
This diff is collapsed.
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