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), },