lihong 2 months ago
parent
commit
a4c055f89d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/hospitalization/zy-gl/AdvancePaymentDeal.vue

+ 1 - 1
src/views/hospitalization/zy-gl/AdvancePaymentDeal.vue

@@ -571,7 +571,7 @@ const openShouFee = ()=>{
     ElMessage.error('请先查询出要缴费的病人信息')
     return
   }
-  queryLastMzZyReq(formData.value.inpatientNo).then(res=>{
+  queryLastMzZyReq(formData.value.patientId).then(res=>{
     if(res.deposit != null && res.deposit > 0){
       shouFeeForm.value.depoAmount = res.deposit
     }