|
@@ -383,8 +383,8 @@
|
|
|
},
|
|
|
/** 搜索按钮操作 */
|
|
|
handleQuery() {
|
|
|
- this.queryParams.endtime =this.setime[0]
|
|
|
- this.queryParams.startime = this.setime[1]
|
|
|
+ this.queryParams.startime =this.setime[0]
|
|
|
+ this.queryParams.endtime = this.setime[1]
|
|
|
this.queryParams.pageNum = 1
|
|
|
this.getAllList()
|
|
|
},
|