Bella %!s(int64=2) %!d(string=hai) anos
pai
achega
8532f671c3
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/ComprehensiveAnalysis.vue

+ 2 - 1
src/views/ComprehensiveAnalysis.vue

@@ -893,6 +893,7 @@ export default {
       mainType,
       sourceType
     ) {
+      debugger
       let uniqueId = id;
       if (map2DViewer.analysisGroups[uniqueId]) {
         this.paginationData.currentPage = val;
@@ -904,7 +905,7 @@ export default {
             val * currentPageSize
           );
         } else {
-          this.originalData[uniqueId] = oldData.slice(page - 1, oldData.length);
+          this.originalData[uniqueId] = oldData.slice(val - 1, oldData.length);
         }
 
         this.originalData[uniqueId] = this.originalData[uniqueId].map((ele) => {