|
|
@ -102,7 +102,6 @@ export default { |
|
|
|
buildingOptions: [], |
|
|
|
unitOptions: [], |
|
|
|
houseOptions: [], |
|
|
|
currentHouse: {}, |
|
|
|
multiArray: [[],[],[]], |
|
|
|
multiIndex: [0, 0, 0], |
|
|
|
form:{ |
|
|
@ -225,7 +224,7 @@ export default { |
|
|
|
this.multiIndex.splice(2, 1, 0) |
|
|
|
break |
|
|
|
case 2:{ |
|
|
|
this.currentHouse = this.houseOptions[e.detail.value] |
|
|
|
this.form.houseId = this.houseOptions[e.detail.value].id |
|
|
|
console.log(this.houseOptions[e.detail.value]); |
|
|
|
} |
|
|
|
} |
|
|
|