11
WXL
2024-06-04 e897ef698ee48e2329cd8ffbe0e0f3d33f3ffb0e
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;