king
2023-07-26 87eda2dd992e01243d464a6c6b63ff31b8ec541b
2023-07-26
3个文件已修改
10 ■■■■ 已修改文件
src/tabviews/zshare/actionList/excelInbutton/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/normalbutton/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/normalbutton/mkcounter/index.jsx 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/excelInbutton/index.jsx
@@ -393,7 +393,7 @@
          } else if (res.ErrCode === 'C') {
            const _this = this
            confirm({
              title: '继续执行?',
              title: '请确认',
              content: res.message,
              onOk() {
                return new Promise(resolve => {
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -1724,7 +1724,7 @@
      } else if (res.ErrCode === 'C') {
        const _this = this
        confirm({
          title: '继续执行?',
          title: '请确认',
          content: res.message,
          onOk() {
            return new Promise(resolve => {
src/tabviews/zshare/actionList/normalbutton/mkcounter/index.jsx
@@ -48,7 +48,7 @@
    this.timer = setTimeout(() => {
      this.props.onChange(val)
    }, btn.formType === 'count_line' ? 100 : 1000)
    }, btn.formType === 'count_line' ? 100 : 500)
  }
  plus = () => {
@@ -71,7 +71,7 @@
    this.timer = setTimeout(() => {
      this.props.onChange(val)
    }, btn.formType === 'count_line' ? 100 : 1000)
    }, btn.formType === 'count_line' ? 100 : 500)
  }
  submit = () => {
@@ -96,7 +96,7 @@
    this.timer = setTimeout(() => {
      this.props.onChange(count)
    }, btn.formType === 'count_line' ? 100 : 1000)
    }, btn.formType === 'count_line' ? 100 : 500)
  }
  render() {