Bladeren bron

查核列表修改

yuwenfen 4 jaren geleden
bovenliggende
commit
21d48e0d7a
1 gewijzigde bestanden met toevoegingen van 1 en 3 verwijderingen
  1. 1 3
      pages/editCheckList/editCheckList.vue

+ 1 - 3
pages/editCheckList/editCheckList.vue

@@ -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 { // 单个分配