Commit d71b65d6 authored by liboyang's avatar liboyang

创建任务单

parent 965242c0
......@@ -213,7 +213,9 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm
for (var i=0;i<$scope.selectedGroup.length;i++){
arrGroup.push($scope.selectedGroup[i].GROUP_NO)
}
groupList.push(arrGroup);
if(arrGroup.length>0){
groupList.push(arrGroup);
}
var map = {
date:$('#datepicker').val(),
name:$rootScope.loginData.name,
......
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