| | |
| | | } |
| | | |
| | | if (card.setting.joint === 'true') { |
| | | newtab.param.BID = item.$$uuid |
| | | newtab.param.$BID = item.$$uuid |
| | | } |
| | | |
| | | if (['linkage_navigation', 'linkage'].includes(window.GLOB.navBar)) { |
| | |
| | | return tab.MenuID !== newtab.MenuID |
| | | }) |
| | | |
| | | if (this.props.tabviews.length !== tabs.length) { |
| | | if (this.props.tabviews.length > tabs.length) { |
| | | this.props.modifyTabview(fromJS(tabs).toJS()) |
| | | } |
| | | |
| | |
| | | const { config, loading, data, card } = this.state |
| | | |
| | | return ( |
| | | <div className="custom-data-carousel-box" style={{...config.style, minHeight: config.wrap.minHeight}}> |
| | | <div className="custom-data-carousel-box" style={config.style}> |
| | | {loading ? |
| | | <div className="loading-mask"> |
| | | {data ? <div className="ant-spin-blur"></div> : null} |