king
2025-06-13 c06e58c80240afd703d289bb1c584e08b9783383
2025-06-13
1个文件已修改
10 ■■■■■ 已修改文件
src/tabviews/zshare/actionList/normalbutton/index.jsx 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -253,7 +253,7 @@
          })
        },
        onCancel() {
          that.setState({loading: false})
          that.setState({loading: false, loadingNumber: '', loadingTotal: ''})
        }
      })
    } else if (btn.OpenType === 'exec') {
@@ -366,7 +366,7 @@
        },
        onCancel() {
          callback()
          that.setState({loading: false})
          that.setState({loading: false, loadingNumber: '', loadingTotal: ''})
        }
      })
    } else if (btn.OpenType === 'exec') {
@@ -4089,7 +4089,9 @@
      loading: false,
      visible: false,
      confirmLoading: false,
      submitType: ''
      submitType: '',
      loadingNumber: '',
      loadingTotal: ''
    })
    this.preCallback && this.preCallback()
@@ -4260,7 +4262,7 @@
        },
        onCancel() {
          that.preCallback && that.preCallback()
          that.setState({ loading: false })
          that.setState({ loading: false, loadingNumber: '', loadingTotal: '' })
        }
      })
    }