daiht 4 weeks ago
parent
commit
ee02f7653e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/analysis/dataSynthesis/index.vue

+ 1 - 1
src/views/analysis/dataSynthesis/index.vue

@@ -204,7 +204,7 @@ let historyColumns = [
 
 
 // 查询自动站列表
 // 查询自动站列表
 const queryas = ref<Platform>({
 const queryas = ref<Platform>({
-	pageSize: 50,
+	pageSize: 5000,
 	pageNum: 1,
 	pageNum: 1,
 	currentpage: 1
 	currentpage: 1
 })
 })