From c147e4739b44bc4d2ef4004f6d80bf9225e28673 Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期五, 19 九月 2025 11:24:23 +0800
Subject: [PATCH] ID1766-修改pxtorem设置

---
 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