From 55b67a6df4b915f6aac5fcc881b971b44e2a99aa Mon Sep 17 00:00:00 2001 From: lq Date: Fri, 1 Aug 2025 16:39:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=84=E6=96=B9=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/store/prescription.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/store/prescription.ts b/apps/web-antd/src/store/prescription.ts index eb1f7186..c50479e8 100644 --- a/apps/web-antd/src/store/prescription.ts +++ b/apps/web-antd/src/store/prescription.ts @@ -662,7 +662,7 @@ export const usePrescriptionStore = defineStore('prescription', () => { senderId: userStore.currentUser.id, receiverId: chatStore.currentFriend.id, type: 'prescription', - content: JSON.stringify(res), + content: res, isSent: true, time: new Date().toLocaleTimeString().slice(0, 5), },