king
2020-05-22 f25d46a5cfdc9cab3981e50255a5e82f72eba686
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: '显示列已存在!',