fix(hb):宗地合并选择bug
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -564,7 +564,7 @@ | ... | @@ -564,7 +564,7 @@ |
| 564 | let arr=[]; | 564 | let arr=[]; |
| 565 | switch (this.tabName) { | 565 | switch (this.tabName) { |
| 566 | case "zd": | 566 | case "zd": |
| 567 | arr=this.zdhbqData.filter(i=>i.zddm==data.zddm); | 567 | arr=this.zdhbqData.filter(i=>i.zdbsm==data.zdbsm); |
| 568 | if (arr.length>0) { | 568 | if (arr.length>0) { |
| 569 | break | 569 | break |
| 570 | } | 570 | } | ... | ... |
-
Please register or sign in to post a comment