From 5d8ec11904ed78161f28e073317bbae653e6aad8 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期日, 08 十月 2023 21:03:58 +0800
Subject: [PATCH] 修改成了post请求,主要是后端代码的问题

---
 ruoyi-ui/src/views/genealogy/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/genealogy/index.vue b/ruoyi-ui/src/views/genealogy/index.vue
index 3f43d34..59c0854 100644
--- a/ruoyi-ui/src/views/genealogy/index.vue
+++ b/ruoyi-ui/src/views/genealogy/index.vue
@@ -195,7 +195,6 @@
     </el-table>
 
     <pagination
-      v-show="total!=0"
       :total="total"
       :page.sync="queryParams.pageNum"
       :limit.sync="queryParams.pageSize"

--
Gitblit v1.9.1