6f6f49b3 by 杨威

楼盘表全选

1 parent af0ca181
...@@ -790,7 +790,7 @@ export default { ...@@ -790,7 +790,7 @@ export default {
790 margin-bottom: 15px; 790 margin-bottom: 15px;
791 position: relative; 791 position: relative;
792 .searchContent { 792 .searchContent {
793 margin-left: 50px; 793 margin-left: 62px;
794 box-sizing: border-box; 794 box-sizing: border-box;
795 padding: 0 20px; 795 padding: 0 20px;
796 /deep/.el-radio-button__inner { 796 /deep/.el-radio-button__inner {
...@@ -818,7 +818,7 @@ export default { ...@@ -818,7 +818,7 @@ export default {
818 left: 0; 818 left: 0;
819 top: 0; 819 top: 0;
820 height: 100%; 820 height: 100%;
821 width: 70px; 821 width: 80px;
822 border-right: 1px solid #dedede; 822 border-right: 1px solid #dedede;
823 i{ 823 i{
824 cursor: pointer; 824 cursor: pointer;
......
...@@ -970,6 +970,9 @@ export default { ...@@ -970,6 +970,9 @@ export default {
970 this.hbsmList = []; 970 this.hbsmList = [];
971 }); 971 });
972 } 972 }
973 this.$nextTick(()=>{
974 this.$parent.getHbsm(this.hbsmList, false);
975 })
973 }, 976 },
974 //幢单元全选 977 //幢单元全选
975 zdySelectAll(val,cs){ 978 zdySelectAll(val,cs){
...@@ -1002,8 +1005,10 @@ export default { ...@@ -1002,8 +1005,10 @@ export default {
1002 } 1005 }
1003 }) 1006 })
1004 }); 1007 });
1005
1006 } 1008 }
1009 this.$nextTick(()=>{
1010 this.$parent.getHbsm(this.hbsmList, false);
1011 })
1007 } 1012 }
1008 }, 1013 },
1009 computed: { 1014 computed: {
......