From 01c25c7e0f38e7f458d5dc97a70a9b7b8d4f7a6c Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期六, 07 十月 2023 23:30:45 +0800 Subject: [PATCH] 健康保健修改 --- ruoyi-ui/src/views/genealogy/index.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/genealogy/index.vue b/ruoyi-ui/src/views/genealogy/index.vue index 152afad..59c0854 100644 --- a/ruoyi-ui/src/views/genealogy/index.vue +++ b/ruoyi-ui/src/views/genealogy/index.vue @@ -143,7 +143,7 @@ </el-row> </div> - <el-table v-loading="loading" :data="listRoot" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;"> + <el-table v-loading="loading" :data="listRoot" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;"> <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="80"/> @@ -195,7 +195,6 @@ </el-table> <pagination - v-show="total>0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" @@ -305,7 +304,7 @@ dsb:true, btn:false, fit:['fill'], - + uploading: false, formDat: { //寮犳皬涓�瑙堣〃 userid:undefined, @@ -514,6 +513,10 @@ return '鍏跺畠' } }, + getRowId(row) + { + return row.id + }, handleRemove(file) { alert(323) -- Gitblit v1.9.1