添加远程错误修改

This commit is contained in:
yy 2024-06-05 09:27:14 +08:00
parent ca4faa9b61
commit bba30d939d

View File

@ -67,6 +67,7 @@ const confirmRemote = () => {
patientInfo.value.date = dateFormater("yyyyMMdd", patientInfo.value.date)
unsubscribeLastTask()
remoteWsStore.setCurrentTaskIndex(patientInfo.value.index)
remoteWsStore.setRemoteTask()
remoteWsStore.setRemoteLog({
time: new Date(),
taskName: patientInfo.value.taskName,