From 00a42b814e50dd63f628b1c0fe027c7b8971eb96 Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Wed, 17 Dec 2025 15:34:28 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E4=BF=AE=E6=94=B9=E7=84=8A=E6=8E=A5?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/weldingManage/weldingRecord.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]