From e897ef698ee48e2329cd8ffbe0e0f3d33f3ffb0e Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 04 六月 2024 14:18:28 +0800 Subject: [PATCH] 11 --- src/views/project/unitCost/particulars/index.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/project/unitCost/particulars/index.vue b/src/views/project/unitCost/particulars/index.vue index d71c45f..8947231 100644 --- a/src/views/project/unitCost/particulars/index.vue +++ b/src/views/project/unitCost/particulars/index.vue @@ -897,6 +897,7 @@ this.patientqueryParams.hospitalno = this.form.hospitalno; this.patientqueryParams.paymentid = null; this.patientqueryParams.paymentidIsNotNull = false; + this.patientqueryParams.pageSize = 10; listDonorchargeorgan(this.patientqueryParams).then(res => { this.donorchargeList = res.rows; this.patienttotal = res.total; @@ -995,6 +996,7 @@ listDonorpayment({ id: this.curId }).then(response => { this.form = response.rows[0]; //鍣ㄥ畼璐圭敤淇℃伅 + this.patientqueryParams.pageSize = 1000; listDonorchargeorgan(this.patientqueryParams).then(res => { console.log("listDonorchargeorgan", res); this.donorchargeorgans = res.rows; @@ -1011,6 +1013,7 @@ this.title = "鏌ョ湅鎹愮尞妗堜緥鍣ㄥ畼璐圭敤琛�"; this.form = response.rows[0]; //鍣ㄥ畼璐圭敤淇℃伅 + this.patientqueryParams.pageSize = 1000; listDonorchargeorgan(this.patientqueryParams).then(res => { console.log("listDonorchargeorgan", res); this.donorchargeorgans = res.rows; -- Gitblit v1.9.3