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) => {
|
post('medical/record/save', {data: data}).then((res: any) => {
|
||||||
ElMessage.success("保存成功")
|
ElMessage.success("保存成功")
|
||||||
medicalQueueRef.value?.changeCurItemOrStatus(null, 2);
|
medicalQueueRef.value?.changeCurItemOrStatus(null, 2);
|
||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const totalAmount = ref(0)
|
const totalAmount = ref(0)
|
||||||
|
|
@ -109,6 +107,7 @@ const medicalHistoryRef = ref()
|
||||||
const patientCardRef = ref()
|
const patientCardRef = ref()
|
||||||
const patientRegistration = ref<any>({})// 当前挂号信息
|
const patientRegistration = ref<any>({})// 当前挂号信息
|
||||||
const clickItem = (item: any) => {
|
const clickItem = (item: any) => {
|
||||||
|
initFormData()
|
||||||
if (!item) return
|
if (!item) return
|
||||||
curRegister.value = item
|
curRegister.value = item
|
||||||
registerId.value = item.id
|
registerId.value = item.id
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue