From c64c31795d1e9ea96671f7e11279af8babecde83 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 27 十月 2025 10:12:18 +0800
Subject: [PATCH] gx页面ui

---
 src/samples/sockteStomp.ts |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/samples/sockteStomp.ts b/src/samples/sockteStomp.ts
index 2320f04..d7364d7 100644
--- a/src/samples/sockteStomp.ts
+++ b/src/samples/sockteStomp.ts
@@ -80,10 +80,12 @@
     // 给一个时间变化
     const da=new Date()
     console.log(da)
+   
     const info={
         id:resultInfo.patientInfo===null?0:resultInfo.patientInfo.id,
         code:resultInfo.patientInfo===null?'':resultInfo.patientInfo.code,
         name:resultInfo.patientInfo===null?'':resultInfo.patientInfo.patientName,
+        patientNamePyFull:resultInfo.patientInfo===null?'':resultInfo.patientInfo.patientNamePyFull,
         patientAvatarIcon:resultInfo.patientInfo===null?'':resultInfo.patientInfo.patientAvatarIcon,
         deviceCode:resultInfo.deviceCode===null?"":resultInfo.deviceCode,
         patientGender:resultInfo.patientInfo.patientGender,
@@ -105,7 +107,9 @@
         glq:resultInfo.glq,
         preBP:resultInfo.preBP,
         nextRecordDate:resultInfo.nextRecordDate,
-        actuallyClliang:resultInfo.actuallyClliang
+        actuallyClliang:resultInfo.actuallyClliang,
+        下次透析方案名称:resultInfo.下次透析方案名称,
+        下次透析时段:resultInfo.下次透析时段
     }
     // 写入vuex里
     patientInfoStore().setpatientInfo(info)

--
Gitblit v1.8.0