林地使用权
Showing
1 changed file
with
3 additions
and
1 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-01-19 13:35:33 | 4 | * @LastEditTime: 2024-01-31 13:25:28 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -198,12 +198,14 @@ | ... | @@ -198,12 +198,14 @@ |
198 | */ | 198 | */ |
199 | handleChange () { | 199 | handleChange () { |
200 | let arr = this.tableData.data.filter(item => item.bdcdyid == this.radioVal) | 200 | let arr = this.tableData.data.filter(item => item.bdcdyid == this.radioVal) |
201 | arr[0].bsm = arr[0].zdbsm | ||
201 | this.bdcdysz = arr | 202 | this.bdcdysz = arr |
202 | }, | 203 | }, |
203 | handleRowClick (row) { | 204 | handleRowClick (row) { |
204 | // 如果状态是1,那就是单选 | 205 | // 如果状态是1,那就是单选 |
205 | let refs = 'table'; | 206 | let refs = 'table'; |
206 | if (this.sqywInfo.sqywdylx == "1") { | 207 | if (this.sqywInfo.sqywdylx == "1") { |
208 | row.bsm = row.zdbsm | ||
207 | this.bdcdysz = [row] | 209 | this.bdcdysz = [row] |
208 | this.radioVal = row.bdcdyid | 210 | this.radioVal = row.bdcdyid |
209 | } else { | 211 | } else { | ... | ... |
-
Please register or sign in to post a comment