@@ -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
})