更新
This commit is contained in:
@ -155,10 +155,10 @@ const onSearch = (val) =>{
|
||||
}
|
||||
const reset = (val) =>{
|
||||
active.value = 0;
|
||||
listQuery.value = val;
|
||||
listQuery.value = {};
|
||||
listQuery.value.dateRange = timeSlotChange('天');
|
||||
listQuery.value.hskssj = timeSlotChange('天')[0];
|
||||
listQuery.value.hsjssj = timeSlotChange('天')[1];
|
||||
listQuery.value.hskssj = timeSlotChange('天')[0] + ' 00:00:00';
|
||||
listQuery.value.hsjssj = timeSlotChange('天')[1] + ' 23:59:59';
|
||||
loadDate()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user