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

bug fixed

上级 49900d7a
......@@ -66,6 +66,7 @@
center
@selection-change="handleSelectionChange"
:row-key="getRowKeys"
ref="tableData"
style="width: 100%;margin-top: 20px;">
<el-table-column
type="selection"
......@@ -441,6 +442,7 @@
...this.searchData,
planId: this.$route.query.planId
})
this.$refs.tableData.clearSelection();
},
residentList(val) {
if(this.status == 1) {
......
......@@ -432,6 +432,7 @@
pageSize: 10,
...this.setSearchData()
})
this.$refs.multipleReservation.clearSelection();
},
reservationList(val) {
if(this.status == 1) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册