diff --git a/src/views/outpatient/index.vue b/src/views/outpatient/index.vue index ec41c73..976245c 100644 --- a/src/views/outpatient/index.vue +++ b/src/views/outpatient/index.vue @@ -100,8 +100,6 @@ const save = () => { post('medical/record/save', {data: data}).then((res: any) => { ElMessage.success("保存成功") medicalQueueRef.value?.changeCurItemOrStatus(null, 2); - - }) } const totalAmount = ref(0) @@ -109,6 +107,7 @@ const medicalHistoryRef = ref() const patientCardRef = ref() const patientRegistration = ref({})// 当前挂号信息 const clickItem = (item: any) => { + initFormData() if (!item) return curRegister.value = item registerId.value = item.id