房屋所有权发起申请列表都单选
Showing
1 changed file
with
2 additions
and
3 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-13 11:19:54 | 4 | * @LastEditTime: 2023-09-18 16:04:40 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -336,9 +336,8 @@ | ... | @@ -336,9 +336,8 @@ |
336 | let refs = 'table1'; | 336 | let refs = 'table1'; |
337 | if (this.activeName == 'dz') { | 337 | if (this.activeName == 'dz') { |
338 | refs = 'table'; | 338 | refs = 'table'; |
339 | this.$refs[refs].clearSelection() | ||
340 | } else { | ||
341 | } | 339 | } |
340 | this.$refs[refs].clearSelection() | ||
342 | const bdcdysz = this.bdcdysz | 341 | const bdcdysz = this.bdcdysz |
343 | if (bdcdysz.length > 0) { | 342 | if (bdcdysz.length > 0) { |
344 | bdcdysz.forEach(item => { | 343 | bdcdysz.forEach(item => { | ... | ... |
-
Please register or sign in to post a comment