Commit a131b559 authored by liboyang's avatar liboyang

新增页面

parent 34250ac7
......@@ -198,7 +198,9 @@ angular.module('AvatarCheck', [
$location.path("/createTaskList");
}
$scope.addQuickCard = function(){
}
}).filter('myDateFilter', function() { //可以注入依赖
......
......@@ -38,7 +38,7 @@ angular.module('AvatarCheck.addRest', ['ngRoute', 'AvatarCheck.http'])
cache: false,
closeByDocument:false,
controller: ['$scope', 'HttpService','MessageService',function ($scope,HttpService,MessageService) {
HttpService.getPersonInfo(json,function(data){
HttpService.getPersonInfo(array,function(data){
$scope.personInfo = data;
console.log($scope.personInfo)
})
......
......@@ -92,7 +92,7 @@
</table>
</div>
<div style="text-align:right;padding: 10px;padding-top: 0;">
<button class="btn btn-info" ng-click="">添加快证</button>
<button class="btn btn-info" ng-click="addQuickCard()">添加快证</button>
<button class="btn btn-danger">退证</button>
</div>
</div>
......
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