king
2021-12-09 b21542ffa283ca3fff2d1d7bdd431eb7722fa5f8
src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -1349,7 +1349,7 @@
    const { btnconfig, autoMatic } = this.state
    if (btnconfig) {
      if (!autoMatic && btnconfig.setting.display === 'prompt') { // 如果表单以是否框展示
      if (!autoMatic && (btnconfig.setting.display === 'prompt' || btnconfig.setting.display === 'exec')) { // 如果表单以是否框展示
        this.modelconfirm()
      } else {
        this.setState({
@@ -1393,7 +1393,7 @@
          this.setState({
            btnconfig: _LongParam
          }, () => {
            if (!autoMatic && _LongParam.setting.display === 'prompt') { // 如果表单以是否框展示
            if (!autoMatic && (_LongParam.setting.display === 'prompt' || _LongParam.setting.display === 'exec')) { // 如果表单以是否框展示
              this.modelconfirm()
            } else {
              this.setState({
@@ -1500,6 +1500,9 @@
      })
    })
    if (btnconfig.setting.display === 'exec') {
      this.execSubmit(selines, () => {}, result)
    } else {
    confirm({
      title: this.state.dict['main.action.confirm.tip'],
      onOk() {
@@ -1510,6 +1513,7 @@
      }
    })
  }
  }
  /**
   * @description 显示模态框