src/templates/zshare/editTable/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/templates/zshare/editTable/index.jsx
@@ -526,7 +526,12 @@ if (!unique) return data.unshift(res.data) if (type === 'excelcolumn') { data.push(res.data) } else { data.unshift(res.data) } this.setState({ data, editingKey: '', editLineId: res.data.uuid || '' }, () => { this.props.onChange(data) })