--no commit message
Showing
1 changed file
with
2 additions
and
3 deletions
| ... | @@ -311,12 +311,11 @@ | ... | @@ -311,12 +311,11 @@ |
| 311 | } | 311 | } |
| 312 | }, | 312 | }, |
| 313 | handleLpbClick (item) { | 313 | handleLpbClick (item) { |
| 314 | console.log("item",item); | ||
| 314 | this.$popup('楼盘表', 'lpb/index', { | 315 | this.$popup('楼盘表', 'lpb/index', { |
| 315 | width: '85%', | 316 | width: '85%', |
| 316 | formData: { | 317 | formData: { |
| 317 | bsm: item.zrzbsm, | 318 | bsm: item.bsm, |
| 318 | zrzbsm: item.zrzbsm, | ||
| 319 | zdbsm: item.zrzbsm, | ||
| 320 | 319 | ||
| 321 | } | 320 | } |
| 322 | }) | 321 | }) | ... | ... |
-
Please register or sign in to post a comment