集体建设用地使用权/房屋所有权的多幢单选
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -354,8 +354,8 @@ | ... | @@ -354,8 +354,8 @@ |
354 | * @author: renchao | 354 | * @author: renchao |
355 | */ | 355 | */ |
356 | handleRowClick (row) { | 356 | handleRowClick (row) { |
357 | // 如果状态是1,那就是单选 | 357 | // 自然幢多选,多幢单选 |
358 | if (this.sqywInfo.sqywdylx == "1") { | 358 | if (this.activeName == 'dz') { |
359 | const bdcdysz = this.bdcdysz | 359 | const bdcdysz = this.bdcdysz |
360 | this.$refs.table.clearSelection() | 360 | this.$refs.table.clearSelection() |
361 | if (bdcdysz.length == 1) { | 361 | if (bdcdysz.length == 1) { | ... | ... |
-
Please register or sign in to post a comment