From 52bbd96db03f32b8d750622116d2b7720eed3d51 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期五, 23 八月 2024 10:43:30 +0800 Subject: [PATCH] 修改了一些bug --- ruoyi-ui/src/views/clanManager/clan/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/clanManager/clan/index.vue b/ruoyi-ui/src/views/clanManager/clan/index.vue index 6835b36..c2f2fcd 100644 --- a/ruoyi-ui/src/views/clanManager/clan/index.vue +++ b/ruoyi-ui/src/views/clanManager/clan/index.vue @@ -56,7 +56,7 @@ <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> </el-row> - <el-table v-loading="loading" :data="roleList" :row-key="getRowId" @selection-change="handleSelectionChange"> + <el-table v-loading="loading" border :data="roleList" :row-key="getRowId" @selection-change="handleSelectionChange"> <el-table-column type="selection" width="55" align="center" /> <el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="100"/> @@ -223,7 +223,7 @@ }, created() { this.getList(); - this.getAllUser(); + //this.getAllUser(); }, methods: { chongf(){ -- Gitblit v1.9.1