src/tabviews/custom/components/card/double-data-card/index.jsx
@@ -170,6 +170,9 @@ pageOptions.push(size) pageOptions = pageOptions.sort((a, b) => a - b) } if (_config.wrap.maxPageSize) { pageOptions = pageOptions.filter(item => item <= _config.wrap.maxPageSize) } } if (_config.wrap.zHeight) { @@ -543,7 +546,9 @@ if (!config.setting.supModule || config.setting.supModule !== MenuID) return if (id !== this.state.BID || id !== '') { this.setState({ BID: id, BData: data, pageIndex: 1 }, () => { if (!config.checkBid) { this.loadData() } }) } }