Commit e5bdb999 authored by liboyang's avatar liboyang

新增页面

parent 406f0b56
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<div class="box-body" ng-if="xmlPackageData.length==0"> <div class="box-body" ng-if="xmlPackageData.length==0">
<h4>暂无记录。</h4> <h4>暂无记录。</h4>
</div> </div>
<div ng-if="xmlPackageData.length>0"> <div style="padding-left: 27%;" ng-if="xmlPackageData.length>0">
<tm-pagination conf="paginationConf" class="ul"></tm-pagination> <tm-pagination conf="paginationConf" class="ul"></tm-pagination>
</div> </div>
<div class="row" style="padding:0 25px;" ng-if="postMsgDetail.length>0"> <div class="row" style="padding:0 25px;" ng-if="postMsgDetail.length>0">
......
...@@ -72,7 +72,9 @@ angular.module('AvatarCheck.xmlAndSearch', ['ngRoute', 'AvatarCheck.http', 'tm.p ...@@ -72,7 +72,9 @@ angular.module('AvatarCheck.xmlAndSearch', ['ngRoute', 'AvatarCheck.http', 'tm.p
fd.append('file', files[i]); fd.append('file', files[i]);
} }
HttpService.uploadPackage(fd,function (data) { HttpService.uploadPackage(fd,function (data) {
console.log("导入项目的返回结果:",data) if(data){
MessageService.showAlert("上传成功")
}
}) })
} }
} }
......
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