This commit is contained in:
ChenQiuYu 2025-05-19 13:13:10 +08:00
parent f1010aa4cb
commit 6c25d2b400
1 changed files with 4 additions and 3 deletions

View File

@ -146,6 +146,7 @@ const changeTab = (e: any) => {
patientRegistration.value = {}
itemId.value = null
isShowFrom.value = false
curRegister.value.status = e
nextTick(() => {
medicalHistoryRef.value?.clearList();
})