|
@@ -302,14 +302,13 @@ export default {
|
|
|
/** 搜索按钮操作 */
|
|
/** 搜索按钮操作 */
|
|
|
handleQuery() {
|
|
handleQuery() {
|
|
|
this.queryParams.pageNum = 1;
|
|
this.queryParams.pageNum = 1;
|
|
|
-
|
|
|
|
|
this.getList();
|
|
this.getList();
|
|
|
},
|
|
},
|
|
|
/** 重置按钮操作 */
|
|
/** 重置按钮操作 */
|
|
|
resetQuery() {
|
|
resetQuery() {
|
|
|
-
|
|
|
|
|
- this.resetForm("queryForm");
|
|
|
|
|
|
|
+ this.createTimeRange=[]
|
|
|
this.dateRange=[];
|
|
this.dateRange=[];
|
|
|
|
|
+ this.resetForm("queryForm");
|
|
|
this.queryParams.beginTime=null;
|
|
this.queryParams.beginTime=null;
|
|
|
this.queryParams.endTime=null;
|
|
this.queryParams.endTime=null;
|
|
|
this.handleQuery();
|
|
this.handleQuery();
|