|
|
@ -371,8 +371,6 @@ export default { |
|
|
|
this.getHouseInfoBy(this.blockForm.houseId); |
|
|
|
} else if (this.waterMeterConfig == 2) { |
|
|
|
this.getRoomByHouseId(this.blockForm.houseId); |
|
|
|
this.getLastMeter(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this.$forceUpdate(); |
|
|
@ -486,6 +484,7 @@ export default { |
|
|
|
this.form = [{}]; |
|
|
|
} else if (this.waterMeterConfig == 2) { |
|
|
|
this.form = res.data; |
|
|
|
this.getLastMeter(); |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|