From 2698387e653c6a25059c3ae9976f18b814eba892 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期五, 12 九月 2025 15:16:46 +0800
Subject: [PATCH] 医疗权限
---
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