Browse Source

一屋多表获取上次水表数

815
wangyx 1 week ago
parent
commit
a1fd0355d9
  1. 5
      pagesA/sdPage/sfReport.vue

5
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();
@ -485,7 +483,8 @@ export default {
if (this.waterMeterConfig == 1) { if (this.waterMeterConfig == 1) {
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