wangqiang il y a 1 an
Parent
commit
a08437f94f
1 fichiers modifiés avec 1 ajouts et 7 suppressions
  1. 1 7
      src/views/human/practice/logwrite/LogWriteAddForm.vue

+ 1 - 7
src/views/human/practice/logwrite/LogWriteAddForm.vue

@@ -314,13 +314,7 @@
 						}
 
 
-						if (this.status === 'audit'){
-							//将开始时间与结束时间传入后台查询后台的实际工作时间接口,
-							// workLogService.getWorkDay(this.inputForm.startTime,this.inputForm.endTime).then((data) => {
-							// 	this.workDay = data
-							// })
-							this.workDay = this.inputForm.amountInfos.length
-						}
+						this.workDay = this.inputForm.amountInfos.length
 						this.loading = false
 					})
 				})