|
|
@ -65,6 +65,7 @@ |
|
|
|
<noti-handler-task-start-reset-error-tube-rack-take-out /> |
|
|
|
<noti-handler-task-sample-take-out-tube-rack /> |
|
|
|
<noti-handler-task-digestion-step-take-out /> |
|
|
|
<noti-handler-task-digestion-step-checking /> |
|
|
|
</template> |
|
|
|
<script setup> |
|
|
|
import { ref,onMounted, onUnmounted } from 'vue'; |
|
|
@ -86,6 +87,7 @@ import NotiHandlerTaskSampleAddTubeRackStatusConfirm from './contents/notificati |
|
|
|
import NotiHandlerTaskStartResetErrorTubeRackTakeOut from './contents/notification/TaskStartResetErrorTubeRackTakeOut.vue'; |
|
|
|
import NotiHandlerTaskSampleTakeOutTubeRack from './contents/notification/TaskSampleTakeOutTubeRack.vue'; |
|
|
|
import NotiHandlerTaskDigestionStepTakeOut from './contents/notification/TaskDigestionStepTakeOut.vue'; |
|
|
|
import NotiHandlerTaskDigestionStepChecking from './contents/notification/TaskDigestionStepChecking.vue'; |
|
|
|
/** @var {AppStore} */ |
|
|
|
const appStore = useAppStore(); |
|
|
|
/** @var {Ref<string>} */ |
|
|
|