6f6f49b3 by 杨威

楼盘表全选

1 parent af0ca181
......@@ -790,7 +790,7 @@ export default {
margin-bottom: 15px;
position: relative;
.searchContent {
margin-left: 50px;
margin-left: 62px;
box-sizing: border-box;
padding: 0 20px;
/deep/.el-radio-button__inner {
......@@ -818,7 +818,7 @@ export default {
left: 0;
top: 0;
height: 100%;
width: 70px;
width: 80px;
border-right: 1px solid #dedede;
i{
cursor: pointer;
......
......@@ -970,6 +970,9 @@ export default {
this.hbsmList = [];
});
}
this.$nextTick(()=>{
this.$parent.getHbsm(this.hbsmList, false);
})
},
//幢单元全选
zdySelectAll(val,cs){
......@@ -1002,8 +1005,10 @@ export default {
}
})
});
}
this.$nextTick(()=>{
this.$parent.getHbsm(this.hbsmList, false);
})
}
},
computed: {
......