卡口登记
This commit is contained in:
@@ -32,17 +32,17 @@
|
||||
</ai-select>
|
||||
<el-date-picker
|
||||
v-model="search.queryBeginTime"
|
||||
type="date"
|
||||
type="datetime"
|
||||
size="small"
|
||||
value-format="yyyy-MM-dd"
|
||||
value-format="yyyy-MM-dd HH:mm:ss"
|
||||
placeholder="选择开始日期"
|
||||
@change="search.current = 1, getList()">
|
||||
</el-date-picker>
|
||||
<el-date-picker
|
||||
v-model="search.queryEndTime"
|
||||
type="date"
|
||||
type="datetime"
|
||||
size="small"
|
||||
value-format="yyyy-MM-dd"
|
||||
value-format="yyyy-MM-dd HH:mm:ss"
|
||||
placeholder="选择结束日期"
|
||||
@change="search.current = 1, getList()">
|
||||
</el-date-picker>
|
||||
@@ -145,8 +145,8 @@
|
||||
return {
|
||||
...this.search,
|
||||
arriveAreaId: this.search.arriveAreaId,
|
||||
queryBeginTime: this.search.queryBeginTime ? this.search.queryBeginTime + ' 00:00:00' : '',
|
||||
queryEndTime: this.search.queryEndTime ? this.search.queryEndTime + ' 23:59:59' : ''
|
||||
queryBeginTime: this.search.queryBeginTime,
|
||||
queryEndTime: this.search.queryEndTime
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user