From 54466ce6d3e0a11e028f4f8dfbbc382c13009da4 Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Mon, 19 May 2025 14:46:01 +0800 Subject: [PATCH] dev --- src/views/outpatient/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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