king
2024-12-11 6d7eed59e8831c6e3f2d6b0760cbe6ce7ac35abc
2024-12-11
1个文件已修改
7 ■■■■ 已修改文件
src/templates/zshare/editTable/index.jsx 7 ●●●● 补丁 | 查看 | 原始文档 | 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)
      })