楼盘表户取消选中状态数据更新
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -659,6 +659,8 @@ export default { | ... | @@ -659,6 +659,8 @@ export default { |
659 | } else { | 659 | } else { |
660 | //选中→未选中 | 660 | //选中→未选中 |
661 | e.className = ""; | 661 | e.className = ""; |
662 | this.hbsmList = this.hbsmList.filter(i=>i!=bsm); | ||
663 | this.hqsztList = this.hqsztList.filter(i=>i!=hs.qszt); | ||
662 | switch (this.lpbParent) { | 664 | switch (this.lpbParent) { |
663 | case 'isHbfg': | 665 | case 'isHbfg': |
664 | self.fghbChoosedList = self.fghbChoosedList.filter(i=>i!=hs) | 666 | self.fghbChoosedList = self.fghbChoosedList.filter(i=>i!=hs) |
... | @@ -891,6 +893,7 @@ export default { | ... | @@ -891,6 +893,7 @@ export default { |
891 | //户合并 | 893 | //户合并 |
892 | handleHb(type){ | 894 | handleHb(type){ |
893 | let olbBsms = ''; | 895 | let olbBsms = ''; |
896 | console.log(this.fghbChoosedList,'fghbChoosedList'); | ||
894 | this.hbsmList.forEach((item,index)=>{ | 897 | this.hbsmList.forEach((item,index)=>{ |
895 | olbBsms+= index<this.hbsmList.length-1? item+',':item | 898 | olbBsms+= index<this.hbsmList.length-1? item+',':item |
896 | }) | 899 | }) | ... | ... |
-
Please register or sign in to post a comment