From ac6966408a1de4c95c383d91da6bfd45d63ddbb5 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 26 十二月 2024 18:52:56 +0800
Subject: [PATCH] 优化页面自适应滚动条

---
 src/stores/patientsInfo.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/stores/patientsInfo.ts b/src/stores/patientsInfo.ts
index b36a8ab..32de683 100644
--- a/src/stores/patientsInfo.ts
+++ b/src/stores/patientsInfo.ts
@@ -12,7 +12,8 @@
 			age: 0,
 			patientName: '',
 			patientGenderText: '',
-			patientAvatarIcon: ''
+			patientAvatarIcon: '',
+			clientCode:''
 		}
 	}),
 	actions: {

--
Gitblit v1.8.0