dev
This commit is contained in:
parent
3c7077d053
commit
54466ce6d3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue