From 00cb100ecbe9341c0aadccee9fee5505ac8eb267 Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期五, 19 九月 2025 11:42:48 +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