lxh 2 mesi fa
parent
commit
10fc3ac7a4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/vent/gas/gasReportInspect/index.vue

+ 1 - 1
src/views/vent/gas/gasReportInspect/index.vue

@@ -72,7 +72,7 @@ async function getTreeList(param) {
             isFolder: true,
         })
         tableData.value = JSON.parse(res.content)
-        pagination.total = Math.ceil(tableData.value.length / pagination.pageSize)
+        // pagination.total = Math.ceil(tableData.value.length / pagination.pageSize)
     }
 
 }