From f9697383bc9097be8a444558e09ae21b27f1e831 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 31 十二月 2019 09:27:21 +0800
Subject: [PATCH] 2019-12-31

---
 src/tabviews/tableshare/mutilform/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/tableshare/mutilform/index.jsx b/src/tabviews/tableshare/mutilform/index.jsx
index a2aacd7..08adc5d 100644
--- a/src/tabviews/tableshare/mutilform/index.jsx
+++ b/src/tabviews/tableshare/mutilform/index.jsx
@@ -70,7 +70,7 @@
           item.options = [...item.options, ...this.props.configMap[item.uuid]]
         }
 
-        item.oriOptions = item.options
+        item.oriOptions = JSON.parse(JSON.stringify(item.options))
       }
 
       if (!/^date/.test(item.type) && this.props.data && this.props.data.hasOwnProperty(item.field)) {

--
Gitblit v1.8.0