src/tabviews/custom/components/table/base-table/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/tabviews/custom/components/table/edit-table/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/tabviews/custom/components/table/normal-table/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/tabviews/zshare/mutilform/mkInput/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | 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