flx:修改焊接筛选默认值

This commit is contained in:
Rain_ 2025-12-17 15:34:28 +08:00
parent 68e6480507
commit 00a42b814e

View File

@ -688,7 +688,7 @@ export default {
operatorName: "", operatorName: "",
weldBead: "", weldBead: "",
dataSource: "", dataSource: "",
duration: "", duration: 1,
dateRangeArr: [], dateRangeArr: [],
}, },
stateList: [ stateList: [
@ -1163,7 +1163,7 @@ export default {
operatorName: this.searchForm.operatorName, operatorName: this.searchForm.operatorName,
weldBead: this.searchForm.weldBead, weldBead: this.searchForm.weldBead,
dataSource: this.searchForm.dataSource, dataSource: this.searchForm.dataSource,
duration_begin: this.searchForm.duration ? this.searchForm.duration : "", duration_begin: this.searchForm.duration ? this.searchForm.duration + 1 : "",
endWeldingTime_begin: endWeldingTime_begin:
this.searchForm.dateRangeArr instanceof Array && this.searchForm.dateRangeArr[0] this.searchForm.dateRangeArr instanceof Array && this.searchForm.dateRangeArr[0]
? this.searchForm.dateRangeArr[0] ? this.searchForm.dateRangeArr[0]