提交 d27f1f15 编写于 作者: tao.wu's avatar tao.wu

Merge branch 'dev-followUp-20190312' of...

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