lihong hai 2 meses
pai
achega
a4c055f89d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     }