土地增加上手权利标识码和原不动产权证号参数
Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -171,7 +171,12 @@ export default { | ... | @@ -171,7 +171,12 @@ export default { |
| 171 | }); | 171 | }); |
| 172 | }, | 172 | }, |
| 173 | handleSelectionChange(val) { | 173 | handleSelectionChange(val) { |
| 174 | val.forEach((item,index)=>{ | ||
| 175 | item.bsmSsql = item.bsmQlxx | ||
| 176 | item.ybdcqzsh = item.bdcqzh | ||
| 177 | }) | ||
| 174 | this.bdcdysz = val; | 178 | this.bdcdysz = val; |
| 179 | |||
| 175 | }, | 180 | }, |
| 176 | queryClick() { | 181 | queryClick() { |
| 177 | this.fetchData(); | 182 | this.fetchData(); | ... | ... |
-
Please register or sign in to post a comment