From e7c07fa9d4b89ff573a96efd45cf0f2507f93e4a Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期三, 16 七月 2025 15:46:17 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/opo-web --- 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