diff --git a/src/components/PopoverInput.vue b/src/components/PopoverInput.vue index 394e708..dd91831 100644 --- a/src/components/PopoverInput.vue +++ b/src/components/PopoverInput.vue @@ -1,6 +1,8 @@ \ No newline at end of file diff --git a/src/components/charge/PatientCard.vue b/src/components/charge/PatientCard.vue index dd9d277..f0d6095 100644 --- a/src/components/charge/PatientCard.vue +++ b/src/components/charge/PatientCard.vue @@ -136,11 +136,9 @@ import {onMounted, ref} from "vue"; import {post} from "@/utils/request.ts"; const seeDockerInfo = ref(); const getSeeDockerInfo = (newValue:any) => { - debugger if (!newValue)return; post('medical/record/getSeeDockerInfo', {regisId: newValue}).then((res: any) => { seeDockerInfo.value = res - debugger }) } const init =(regisId:any)=>{ diff --git a/src/components/charge/PersonalPayment.vue b/src/components/charge/PersonalPayment.vue index a38e661..eebdd64 100644 --- a/src/components/charge/PersonalPayment.vue +++ b/src/components/charge/PersonalPayment.vue @@ -75,7 +75,6 @@ const completeSettlement = ()=>{ insutype: orderInfo.value.insutype, changeOrderCode:orderInfo.value.changeOrderCode, } - debugger post("charge/socialRealPay",{...params}).then((res:any)=>{ show.value = false; diff --git a/src/components/charge/ServiceDetail.vue b/src/components/charge/ServiceDetail.vue index 06fc7b1..c7643bb 100644 --- a/src/components/charge/ServiceDetail.vue +++ b/src/components/charge/ServiceDetail.vue @@ -25,9 +25,12 @@ - - 合计:¥{{getTotalPrice()}} +
+ + 合计:¥{{getTotalPrice()}} +
+