瀏覽代碼

应收详情

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