From f25d46a5cfdc9cab3981e50255a5e82f72eba686 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 22 五月 2020 14:13:31 +0800
Subject: [PATCH] 2020-05-22

---
 src/templates/zshare/editcomponent/index.jsx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/templates/zshare/editcomponent/index.jsx b/src/templates/zshare/editcomponent/index.jsx
index 28f010d..d8a5014 100644
--- a/src/templates/zshare/editcomponent/index.jsx
+++ b/src/templates/zshare/editcomponent/index.jsx
@@ -154,7 +154,8 @@
           })
         })
       } else if (res.copyType === 'columns') {
-        if (config.columns && config.columns.length > 0) {
+        let _columns = config.columns.filter(col => !col.origin)
+        if (_columns.length > 0) {
           notification.warning({
             top: 92,
             message: '鏄剧ず鍒楀凡瀛樺湪锛�',

--
Gitblit v1.8.0