This commit is contained in:
ChenQiuYu 2025-05-19 14:46:01 +08:00
parent 3c7077d053
commit 54466ce6d3
1 changed files with 1 additions and 2 deletions

View File

@ -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<any>({})//
const clickItem = (item: any) => {
initFormData()
if (!item) return
curRegister.value = item
registerId.value = item.id