king
2022-11-01 7a5502884c004b829bf881dc304215a16755de6c
src/tabviews/custom/components/chart/antv-bar-line/asyncButtonComponent.jsx
@@ -21,7 +21,12 @@
      this.setState({component})
    }
    // <Button className="loading-skeleton" disabled={true}></Button> // 骨架按钮
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component
      const btn = this.props.btn || {}