0ee4a321 by yangwei

集体建设用地使用权/房屋所有权的多幢单选

1 parent c1566b3a
...@@ -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) {
......