From a7fb2f5eab3e548f040004c1019f1c994eb91ad4 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 09 十二月 2025 14:44:36 +0800
Subject: [PATCH] 日常更新
---
src/samples/httpApi.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/samples/httpApi.ts b/src/samples/httpApi.ts
index 29f06ee..bfdd669 100644
--- a/src/samples/httpApi.ts
+++ b/src/samples/httpApi.ts
@@ -16,7 +16,7 @@
queryCode:codeStr
}
getPatientInfo2(mode).then(re=>{
- ipcRenderer.invoke('logger', `获取患者数据成功:${JSON.stringify(re.data)}`)
+ ipcRenderer.invoke('logger', `获取患者数据成功:${JSON.stringify(re)}`)
writePatient(re.data)
}).catch(err=>{
ipcRenderer.invoke('logger', `获取患者数据失败:${err}`)
--
Gitblit v1.8.0