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) })