king
2024-07-30 31df729bbc664b826536a344e2bf7dd81854c477
2024-07-30
4个文件已修改
10 ■■■■■ 已修改文件
src/tabviews/custom/components/table/base-table/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/table/edit-table/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/table/normal-table/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/mutilform/mkInput/index.jsx 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/table/base-table/index.jsx
@@ -597,9 +597,7 @@
    if (config.$searchId !== searchId) return
    
    this.setState({pageIndex: 1}, () => {
      this.reloadtable()
    })
  }
  autoExec = (times) => {
src/tabviews/custom/components/table/edit-table/index.jsx
@@ -805,9 +805,7 @@
    if (config.$searchId !== searchId) return
    
    this.setState({pageIndex: 1}, () => {
      this.reloadtable()
    })
  }
  shouldComponentUpdate (nextProps, nextState) {
src/tabviews/custom/components/table/normal-table/index.jsx
@@ -1027,9 +1027,7 @@
    if (config.$searchId !== searchId) return
    
    this.setState({pageIndex: 1}, () => {
      this.reloadtable()
    })
  }
  render() {
src/tabviews/zshare/mutilform/mkInput/index.jsx
@@ -85,7 +85,9 @@
    let val = e.target.value
    let submit = /\n/g.test(val)
    val = val.replace(/\n/g, '')
    if (submit) {
      val = val.replace(/\n|'/g, '')
    }
    if (submit && /^\s+$/.test(val)) {
      submit = false