diff --git a/src/views/projectFront/weldingManage/weldingRecord.vue b/src/views/projectFront/weldingManage/weldingRecord.vue index aecb686f..ae2ef424 100644 --- a/src/views/projectFront/weldingManage/weldingRecord.vue +++ b/src/views/projectFront/weldingManage/weldingRecord.vue @@ -688,7 +688,7 @@ export default { operatorName: "", weldBead: "", dataSource: "", - duration: "", + duration: 1, dateRangeArr: [], }, stateList: [ @@ -1163,7 +1163,7 @@ export default { operatorName: this.searchForm.operatorName, weldBead: this.searchForm.weldBead, dataSource: this.searchForm.dataSource, - duration_begin: this.searchForm.duration ? this.searchForm.duration : "", + duration_begin: this.searchForm.duration ? this.searchForm.duration + 1 : "", endWeldingTime_begin: this.searchForm.dateRangeArr instanceof Array && this.searchForm.dateRangeArr[0] ? this.searchForm.dateRangeArr[0]