king
2023-07-06 fa8f1b1320fd2ad21884ccd6df792bf88270e2a1
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