|
@@ -77,7 +77,6 @@
|
|
|
};
|
|
|
},
|
|
|
onLoad({ situationId, checkId, checkGroupId, startDate, endDate, multiple }){
|
|
|
- console.log(99999)
|
|
|
this.getCheckList(checkId);
|
|
|
this.checkGroupId = checkGroupId ? +checkGroupId : 0;
|
|
|
this.situationId = situationId ? +situationId : 0;
|
|
@@ -114,7 +113,6 @@
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
- console.log(1, this.checkList)
|
|
|
if(this.multiple === 'true') { // 批量分配
|
|
|
this.$store.dispatch({
|
|
|
type: 'planList/commActions',
|
|
@@ -153,7 +151,7 @@
|
|
|
}
|
|
|
}))
|
|
|
multipleEmpList = [...baseEmpList, ...multipleEmpList];
|
|
|
- console.log('批量',multipleEmpList )
|
|
|
+ // console.log('批量',multipleEmpList )
|
|
|
this.batchDistribute(multipleEmpList);
|
|
|
})
|
|
|
}else { // 单个分配
|