|
@@ -573,8 +573,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
this.selectTags=[];
|
|
this.selectTags=[];
|
|
|
this.createTime=null;
|
|
this.createTime=null;
|
|
|
- this.queryParams.sTime=null;
|
|
|
|
|
- this.queryParams.eTime=null;
|
|
|
|
|
|
|
+ this.queryParams.beginTime=null;
|
|
|
|
|
+ this.queryParams.endTime=null;
|
|
|
this.queryParams.tagIds=null;
|
|
this.queryParams.tagIds=null;
|
|
|
this.$forceUpdate();
|
|
this.$forceUpdate();
|
|
|
this.handleQuery();
|
|
this.handleQuery();
|