src/tabviews/custom/components/timeline/normal-timeline/index.jsx
@@ -238,22 +238,6 @@ } } refreshLineData = (menuId, btn, uuid, count) => { const { config, data } = this.state if (config.uuid !== menuId) return let _data = fromJS(data).toJS().forEach(item => { if (item.$$uuid === uuid) { item[btn.field] = count } }) this.setState({ data: _data }) } reloadData = (menuId) => { const { config } = this.state