flx:修改焊接筛选默认值
This commit is contained in:
parent
68e6480507
commit
00a42b814e
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user