Browse Source

增加显示数量

zhangyu 5 years ago
parent
commit
3893f2eea6

+ 2 - 0
src/components/config_point/examine_main.vue

@@ -143,6 +143,8 @@
                                 Used: true
                             }
                         },
+                        PageNumber: 1,
+                        PageSize: 1000,
                         type: this.protocolType
                     },
                     width, settings

+ 1 - 1
src/components/config_point/step3_point/dialog_main.vue

@@ -105,7 +105,7 @@
                                 Used: true
                             },
                             PageNumber: 1,
-                            PageSize: 100
+                            PageSize: 1000
                         },
                         type: this.protocolType
                     }, res => {

+ 1 - 1
src/components/config_point/step3_point/steps3_main.vue

@@ -137,7 +137,7 @@
                                     // KeyEquipmentType: '冷机'
                                 },
                                 PageNumber: 1,
-                                PageSize: 100
+                                PageSize: 1000
                             },
                             type: this.protocolType
                         }, res => {