|
@@ -177,7 +177,7 @@
|
|
|
start-placeholder="开始日期"
|
|
|
end-placeholder="结束日期"
|
|
|
:picker-options="pickerOptions"
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
+ value-format="yyyy-MM-dd HH:mm-ss"
|
|
|
:default-time="['00:00:00', '23:59:59']"
|
|
|
>
|
|
|
</el-date-picker>
|
|
@@ -1108,6 +1108,8 @@ export default {
|
|
|
this.queryParams.pageNum = 1;
|
|
|
if (Status) {
|
|
|
this.queryParams.carStatus = Status;
|
|
|
+ } else {
|
|
|
+ this.queryParams.carStatus = null;
|
|
|
}
|
|
|
this.getList();
|
|
|
},
|