king
2020-10-29 944730f2794b87aa053f53084f0d082d4af6fd41
src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -141,7 +141,8 @@
    if (btn.execMode === 'pop') {
      this.updateStatus('start')
      this.setState({
        tabledata: data
        tabledata: data,
        btnconfig: btn.modal ? btn.modal : this.state.btnconfig
      }, () => {
        this.improveAction()
      })
@@ -954,7 +955,7 @@
      loading: false
    })
    this.props.updateStatus('refresh', btn.execSuccess)
    this.props.updateStatus('refresh', btn.execSuccess, btn)
  }
  /**
@@ -991,7 +992,7 @@
      loading: false
    })
    this.props.updateStatus('refresh', btn.execError)
    this.props.updateStatus('refresh', btn.execError, btn)
  }
  /**
@@ -1271,7 +1272,7 @@
    const { loadingNumber, loading } = this.state
    if (show === 'actionList') {
      return <div style={{display: 'inline-block'}}>
      return <div style={{display: 'inline-block'}} onClick={(e) => e.stopPropagation()}>
        <Button
          icon={btn.icon}
          loading={loading}
@@ -1281,7 +1282,7 @@
        {this.getModels()}
      </div>
    } else { // icon、text、 all 卡片
      return <div style={{display: 'inline-block'}}>
      return <div style={{display: 'inline-block'}} onClick={(e) => e.stopPropagation()}>
        <Button
          type="link"
          loading={loading}