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)
     }
 
 }