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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/stores/patient.ts b/src/stores/patient.ts
index 91dec2c..7e779d9 100644
--- a/src/stores/patient.ts
+++ b/src/stores/patient.ts
@@ -12,6 +12,7 @@
             hemoCode:'',
             pureWeight:'',
             datetime:'',
+            isScheduled:0,
 
        })// 初始值
     const viewNumber=ref(60)

--
Gitblit v1.8.0