|
@@ -305,7 +305,7 @@ export default {
|
|
|
open: false,
|
|
|
// 查询参数
|
|
|
queryParams: {
|
|
|
- pageNum: 0,
|
|
|
+ pageNum: 1,
|
|
|
pageSize: 10,
|
|
|
times: [],
|
|
|
areaId: undefined,
|
|
@@ -498,13 +498,13 @@ export default {
|
|
|
this.queryParams.constructTime=this.queryParams.times[0]
|
|
|
this.queryParams.constructEndTime=this.queryParams.times[1]
|
|
|
}
|
|
|
- this.queryParams.pageNum = 0;
|
|
|
+ this.queryParams.pageNum = 1;
|
|
|
this.getList();
|
|
|
},
|
|
|
/** 重置按钮操作 */
|
|
|
resetQuery() {
|
|
|
this.queryParams= {
|
|
|
- pageNum: 0,
|
|
|
+ pageNum: 1,
|
|
|
pageSize: 10,
|
|
|
times: [],
|
|
|
areaId: undefined,
|