소스 검색

应收详情

Shannon_mu 2 년 전
부모
커밋
aa0e9b1371
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      operationSupport/src/views/payService/statisticalReport/paymentDetails.vue

+ 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();
     },