Shannon_mu 2 vuotta sitten
vanhempi
commit
aa0e9b1371

+ 1 - 1
operationSupport/src/views/payService/statisticalReport/paymentDetails.vue

@@ -92,7 +92,7 @@ export default {
         };
     },
     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_search();
     },