From 21698c91c9011fbce6fd8b8d6487f9e00ec9bb94 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 26 九月 2022 15:18:59 +0800
Subject: [PATCH] upkoa
---
src/stores/patient.ts | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/stores/patient.ts b/src/stores/patient.ts
index ad5dd5e..7e779d9 100644
--- a/src/stores/patient.ts
+++ b/src/stores/patient.ts
@@ -10,7 +10,9 @@
patientAvatarIcon:'',
deviceCode:'',
hemoCode:'',
- pureWeight:''
+ pureWeight:'',
+ datetime:'',
+ isScheduled:0,
})// 初始值
const viewNumber=ref(60)
--
Gitblit v1.8.0