|
@@ -352,6 +352,9 @@ export default {
|
|
if(this.queryParams.time){
|
|
if(this.queryParams.time){
|
|
this.queryParams.beginTime = this.queryParams.time[0];
|
|
this.queryParams.beginTime = this.queryParams.time[0];
|
|
this.queryParams.endTime = this.queryParams.time[1];
|
|
this.queryParams.endTime = this.queryParams.time[1];
|
|
|
|
+ }else{
|
|
|
|
+ this.queryParams.beginTime = null
|
|
|
|
+ this.queryParams.endTime = null
|
|
}
|
|
}
|
|
this.getList();
|
|
this.getList();
|
|
},
|
|
},
|