0ee4a321 by yangwei

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

1 parent c1566b3a
......@@ -354,8 +354,8 @@
* @author: renchao
*/
handleRowClick (row) {
// 如果状态是1,那就是单选
if (this.sqywInfo.sqywdylx == "1") {
// 自然幢多选,多幢单选
if (this.activeName == 'dz') {
const bdcdysz = this.bdcdysz
this.$refs.table.clearSelection()
if (bdcdysz.length == 1) {
......