|
@@ -92,7 +92,7 @@ export default {
|
|
};
|
|
};
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
- this.mixins_query = Object.assign({ houseId: this.params.row.houseId, paymentMethod: -1 }, this.params.mixins_query);
|
|
|
|
|
|
+ this.mixins_query = Object.assign({ houseId: this.params.row.houseId,residentName:this.params.row.residentName, paymentMethod: -1 }, this.params.mixins_query);
|
|
this.mixins_dataUrl = '/sc-charge/charge/bill/page';
|
|
this.mixins_dataUrl = '/sc-charge/charge/bill/page';
|
|
this.mixins_search();
|
|
this.mixins_search();
|
|
},
|
|
},
|