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/chart/antv-pie/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/menu/components/chart/antv-pie/index.jsx b/src/menu/components/chart/antv-pie/index.jsx index 704e5e9..3535bbb 100644 --- a/src/menu/components/chart/antv-pie/index.jsx +++ b/src/menu/components/chart/antv-pie/index.jsx @@ -404,6 +404,7 @@ card.btnlog = logs this.setState({ card }) + this.props.updateConfig(card) notification.success({ top: 92, message: '鎭㈠鎴愬姛锛�', @@ -412,6 +413,7 @@ } else { card.btnlog = logs this.setState({ card }) + this.props.updateConfig(card) notification.success({ top: 92, message: '娓呴櫎鎴愬姛锛�', -- Gitblit v1.8.0