mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
v1.9 解决房屋收费页面抄表记录传参不对bug
This commit is contained in:
parent
611ba4df0e
commit
373313bf4b
@ -62,7 +62,7 @@ export default {
|
||||
floorNum: '',
|
||||
unitNum: '',
|
||||
roomNum: '',
|
||||
meterType: ""
|
||||
meterType: "",
|
||||
},
|
||||
currentPage: 1,
|
||||
pageSize: 10
|
||||
@ -72,6 +72,9 @@ export default {
|
||||
this.communityId = getCommunityId()
|
||||
},
|
||||
methods: {
|
||||
open(params) {
|
||||
this.switchData(params)
|
||||
},
|
||||
handleCurrentChange(val) {
|
||||
this.currentPage = val
|
||||
this._listSimplifyMeterWaterFee(val, this.pageSize)
|
||||
@ -81,7 +84,7 @@ export default {
|
||||
page,
|
||||
row,
|
||||
communityId: this.communityId,
|
||||
roomNum: `${this.simplifyMeterWaterFeeInfo.floorNum}-${this.simplifyMeterWaterFeeInfo.unitNum}-${this.simplifyMeterWaterFeeInfo.roomNum}`,
|
||||
roomNum: this.simplifyMeterWaterFeeInfo.roomName,
|
||||
meterType: this.simplifyMeterWaterFeeInfo.meterType
|
||||
}
|
||||
|
||||
@ -137,9 +140,7 @@ export default {
|
||||
this._listMeterTypes()
|
||||
this._listSimplifyMeterWaterFee(1, 10)
|
||||
},
|
||||
open(params) {
|
||||
this.switchData(params)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user