From bd08a9be52e4168b1454d36299cc9a7a5bffc24f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 01 六月 2023 17:46:31 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/templates/zshare/editTable/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/zshare/editTable/index.jsx b/src/templates/zshare/editTable/index.jsx index e4e7d67..028c456 100644 --- a/src/templates/zshare/editTable/index.jsx +++ b/src/templates/zshare/editTable/index.jsx @@ -427,7 +427,7 @@ if (!unique) return data.unshift(res.data) - this.setState({ data, editingKey: '', visible: false }, () => { + this.setState({ data, editingKey: '', editLineId: res.data.uuid || '', visible: false }, () => { this.props.onChange(data) }) } else if (res.type === 'array') { -- Gitblit v1.8.0