lihong há 4 meses atrás
pai
commit
a4c055f89d
1 ficheiros alterados com 1 adições e 1 exclusões
  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
     }