qinhouyu 1 anno fa
parent
commit
d012d60eaa

+ 2 - 2
src/views/zdsz/engineeringCivil/index.vue

@@ -878,7 +878,7 @@ export default {
         }
       },
       queryParams1: {
-        pageNum: 0,
+        pageNum: 1,
         pageSize: 10,
         district: undefined,
         areaId: undefined,
@@ -1307,7 +1307,7 @@ export default {
     },
     /** 搜索按钮操作 */
     handleQuery() {
-      this.queryParams1.pageNum = 0;
+      this.queryParams1.pageNum = 1;
       this.getList();
     },
     /** 重置按钮操作 */

+ 3 - 3
src/views/zdsz/openbolt/index.vue

@@ -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,

+ 3 - 3
src/views/zdsz/opencheck/index.vue

@@ -326,7 +326,7 @@ export default {
       open: false,
       // 查询参数
       queryParams: {
-        pageNum: 0,
+        pageNum: 1,
         pageSize: 10,
         times: [],
         areaId: undefined,
@@ -511,13 +511,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,

+ 3 - 3
src/views/zdsz/openrepair/index.vue

@@ -333,7 +333,7 @@ export default {
       open: false,
       // 查询参数
       queryParams: {
-        pageNum: 0,
+        pageNum: 1,
         pageSize: 10,
         times: [],
         areaId: undefined,
@@ -518,13 +518,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,