From 44adf318fc85408dc1678390956c87d96a0fb104 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 01 六月 2023 17:45:01 +0800 Subject: [PATCH] 2-23-06-01 --- 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