提交 f18f3924 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

分页不清空

上级 7b1b5539
...@@ -63,10 +63,12 @@ ...@@ -63,10 +63,12 @@
:data="residentList.fPlanPatientInfoDtoList" :data="residentList.fPlanPatientInfoDtoList"
center center
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
:row-key="getRowKeys"
style="width: 100%;margin-top: 20px;"> style="width: 100%;margin-top: 20px;">
<el-table-column <el-table-column
type="selection" type="selection"
align="center"> align="center"
:reserve-selection="true">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="patientName" prop="patientName"
...@@ -181,6 +183,9 @@ ...@@ -181,6 +183,9 @@
statusTotal: null, //每种状态的总数 statusTotal: null, //每种状态的总数
planTitle: '', //随访计划名称 planTitle: '', //随访计划名称
residentCrumb: [], //面包屑 residentCrumb: [], //面包屑
getRowKeys(row) {
return row.patientId;
},
} }
}, },
created() { created() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册