|
|
@ -21,7 +21,6 @@ app.directive('loadHead',['$http','config','auth','$location','alertService',fun
|
|
|
|
).then(function (response) {
|
|
|
|
).then(function (response) {
|
|
|
|
if(response.data.status == 0){
|
|
|
|
if(response.data.status == 0){
|
|
|
|
scope.$parent.alertService_1.showMessage('提示',"上传成功",function(){
|
|
|
|
scope.$parent.alertService_1.showMessage('提示',"上传成功",function(){
|
|
|
|
scope.$parent.user = null;
|
|
|
|
|
|
|
|
scope.$parent.getuserinfo();
|
|
|
|
scope.$parent.getuserinfo();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|