From d5080a0baba1052185d7afba165f09a8e8408ac4 Mon Sep 17 00:00:00 2001 From: LiJianZhao Date: Fri, 25 Apr 2025 16:53:49 +0800 Subject: [PATCH] dev --- src/components/registration/CardDefault.vue | 1 + src/views/settings/print.vue | 60 ++++++++++++++++++++- 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/src/components/registration/CardDefault.vue b/src/components/registration/CardDefault.vue index e313555..fc187cd 100644 --- a/src/components/registration/CardDefault.vue +++ b/src/components/registration/CardDefault.vue @@ -78,6 +78,7 @@ const getInfoFor1101 = (params: any) => { isReading.value = false; }) } + onMounted(async () => { wsStore.setMessageCallback(reciceMessage) }); diff --git a/src/views/settings/print.vue b/src/views/settings/print.vue index 511542c..12bd215 100644 --- a/src/views/settings/print.vue +++ b/src/views/settings/print.vue @@ -1,10 +1,68 @@