lxh 2 달 전
부모
커밋
10fc3ac7a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
     }
 
 }