Browse Source

一屋多表获取上次水表数

815
wangyx 2 weeks ago
parent
commit
a1fd0355d9
  1. 3
      pagesA/sdPage/sfReport.vue

3
pagesA/sdPage/sfReport.vue

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

Loading…
Cancel
Save