abc

$http.put("http://localhost:8080/demo/v1/user/" + userId)
.then(function (result) {
$scope.userList = result.data.userList;
});

 

 

https://blog.csdn.net/larger5/article/details/79805617

posted @ 2018-06-22 16:37  yc5518  阅读(105)  评论(0编辑  收藏  举报