mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 13:04:57 +08:00
fix: 异常
This commit is contained in:
parent
f7563f3383
commit
3dd3a99f6c
|
@ -284,8 +284,8 @@ onUnmounted(() => {
|
||||||
remoteWsStore.unsubscribeChat(currentRemote.value.patient, currentRemote.value.patientId, currentRemote.value.date, currentRemote.value.index);
|
remoteWsStore.unsubscribeChat(currentRemote.value.patient, currentRemote.value.patientId, currentRemote.value.date, currentRemote.value.index);
|
||||||
remoteWsStore.unsubscribeMedicine(currentRemote.value.patient, currentRemote.value.patientId, currentRemote.value.date, currentRemote.value.index);
|
remoteWsStore.unsubscribeMedicine(currentRemote.value.patient, currentRemote.value.patientId, currentRemote.value.date, currentRemote.value.index);
|
||||||
remoteWsStore.unsubscribeVital(currentRemote.value.patient, currentRemote.value.patientId, currentRemote.value.date, currentRemote.value.index);
|
remoteWsStore.unsubscribeVital(currentRemote.value.patient, currentRemote.value.patientId, currentRemote.value.date, currentRemote.value.index);
|
||||||
}
|
|
||||||
disconnect()
|
disconnect()
|
||||||
|
}
|
||||||
intervalFun.value=null
|
intervalFun.value=null
|
||||||
})
|
})
|
||||||
watch(subscribeMedicineData,(newValue:any,oldValue:any)=>{
|
watch(subscribeMedicineData,(newValue:any,oldValue:any)=>{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user