Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
2 changed files
with
3 additions
and
2 deletions
| ... | @@ -468,6 +468,7 @@ export default { | ... | @@ -468,6 +468,7 @@ export default { |
| 468 | //清空已选中层户 | 468 | //清空已选中层户 |
| 469 | this.cbsmList = []; | 469 | this.cbsmList = []; |
| 470 | this.bsms = []; | 470 | this.bsms = []; |
| 471 | this.$refs.lpbContent.hbsmList = []; | ||
| 471 | this.$nextTick(()=>{ | 472 | this.$nextTick(()=>{ |
| 472 | //户 | 473 | //户 |
| 473 | this.$refs.lpbContent.$refs.hBsm.forEach(item=>{ | 474 | this.$refs.lpbContent.$refs.hBsm.forEach(item=>{ |
| ... | @@ -741,7 +742,7 @@ export default { | ... | @@ -741,7 +742,7 @@ export default { |
| 741 | }, | 742 | }, |
| 742 | selectedZt(n){ | 743 | selectedZt(n){ |
| 743 | this.legendToggleFlag = true; | 744 | this.legendToggleFlag = true; |
| 744 | } | 745 | }, |
| 745 | }, | 746 | }, |
| 746 | }; | 747 | }; |
| 747 | </script> | 748 | </script> | ... | ... |
| ... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
| 21 | ref="ljz" | 21 | ref="ljz" |
| 22 | v-for="(ljzs, ljzIndex) in lpbData.ljzs" | 22 | v-for="(ljzs, ljzIndex) in lpbData.ljzs" |
| 23 | :key="ljzIndex" | 23 | :key="ljzIndex" |
| 24 | :style="{'marginTop':'30px'}" | 24 | :style="{'marginTop':ljzs.zdys.length>0?'0':'30px'}" |
| 25 | > | 25 | > |
| 26 | <!-- <div class="ljz-zdy-wrap" :style="{'min-height':ljzzdyHeight+40+'px'}"> --> | 26 | <!-- <div class="ljz-zdy-wrap" :style="{'min-height':ljzzdyHeight+40+'px'}"> --> |
| 27 | <!-- 循环逻辑幢下的幢单元 --> | 27 | <!-- 循环逻辑幢下的幢单元 --> | ... | ... |
-
Please register or sign in to post a comment