From ef6b957561341b7301ba8d1e19a36b824af5c18f Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期二, 16 九月 2025 13:29:42 +0800
Subject: [PATCH] ID1766-优化开始透析

---
 src/views/mobile/bedsideAuxiliaryScreen/components/StartDialysis/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/mobile/bedsideAuxiliaryScreen/components/StartDialysis/index.vue b/src/views/mobile/bedsideAuxiliaryScreen/components/StartDialysis/index.vue
index e520d4a..0a9958f 100644
--- a/src/views/mobile/bedsideAuxiliaryScreen/components/StartDialysis/index.vue
+++ b/src/views/mobile/bedsideAuxiliaryScreen/components/StartDialysis/index.vue
@@ -552,7 +552,7 @@
      */
     const getStartData = async () => {
       const { data } = await addDefaultRowApi(`recordCode=${recordCode.value}`);
-      const dataCopy = data;
+      const dataCopy = JSON.parse(JSON.stringify(data));
       const nots = ["", null];
 
       if (!nots.includes(data.startCcType)) {

--
Gitblit v1.8.0