327b4853 by yangwei

房屋所有权发起申请列表都单选

1 parent 82578290
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-13 11:19:54
* @LastEditTime: 2023-09-18 16:04:40
-->
<template>
<div class="from-clues">
......@@ -336,9 +336,8 @@
let refs = 'table1';
if (this.activeName == 'dz') {
refs = 'table';
this.$refs[refs].clearSelection()
} else {
}
this.$refs[refs].clearSelection()
const bdcdysz = this.bdcdysz
if (bdcdysz.length > 0) {
bdcdysz.forEach(item => {
......