From 542054288debe0251270f782daad7fa2c6e53c5b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 24 十二月 2020 19:24:06 +0800 Subject: [PATCH] 2020-12-24 --- src/menu/components/card/table-card/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/table-card/index.jsx b/src/menu/components/card/table-card/index.jsx index de7ee8f..eae5304 100644 --- a/src/menu/components/card/table-card/index.jsx +++ b/src/menu/components/card/table-card/index.jsx @@ -281,6 +281,7 @@ card.btnlog = logs this.setState({ card }) + this.props.updateConfig(card) if (!done) { notification.warning({ top: 92, @@ -297,6 +298,7 @@ } else { card.btnlog = logs this.setState({ card }) + this.props.updateConfig(card) notification.success({ top: 92, message: '娓呴櫎鎴愬姛锛�', -- Gitblit v1.8.0