Commit f8419d08 authored by liboyang's avatar liboyang

修改页面

parent 4f27d009
......@@ -200,13 +200,15 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm
}
arr.push(json);
}
var groupList = [];
for (var i=0;i<$scope.selectedGroup.length;i++){
groupList.push($scope.selectedGroup[i].GROUP_NO)
}
var map = {
date:$('#datepicker').val(),
name:$rootScope.loginData.name,
countyList:arr,
groupList:$rootScope.selectedGroup
groupList:groupList
}
console.log(map)
HttpService.createTask(map,function(data){
......
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