码迷,mamicode.com
首页 > 其他好文 > 详细

分布式项目中 添加品牌的接口

时间:2019-09-11 00:05:00      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:method   name   sage   else   分布式   response   UNC   pos   cti   

//保存

$http.post(‘../brand/‘+ methodName +‘.do‘,$scope.entity ).success(

function(response){
if(response.success){

$scope.reloadList();//重新加载
}else{
alert(response.message);
}
}
);
}

分布式项目中 添加品牌的接口

标签:method   name   sage   else   分布式   response   UNC   pos   cti   

原文地址:https://www.cnblogs.com/lijun6/p/11503679.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!