From efb29dd72dfb4349869d0e7459490309ab47a2c1 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 27 九月 2022 11:26:57 +0800
Subject: [PATCH] 679
---
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