Ver Fonte

Merge branch 'refs/heads/xinyan' into test

xinyan há 11 meses atrás
pai
commit
a40803d727

+ 1 - 1
src/views/reportManage/dataCenter/normalDisplay/components/Selector/index.vue

@@ -21,7 +21,7 @@ function sortCountriesByInitial(countries) {
 
 async function fetchAllTasks() {
   let page = 1;
-  const limit = 10;
+  const limit = 9999;
   let allData = [];
   let hasNext = true;