From 2f3b614bb34f5e2865e91c949712f5ee5e8a18f2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 08 十一月 2023 21:43:52 +0800
Subject: [PATCH] Merge branch 'develop'
---
src/menu/components/chart/antv-X6/chartcompile/index.jsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/menu/components/chart/antv-X6/chartcompile/index.jsx b/src/menu/components/chart/antv-X6/chartcompile/index.jsx
index 6942006..6d1c8e7 100644
--- a/src/menu/components/chart/antv-X6/chartcompile/index.jsx
+++ b/src/menu/components/chart/antv-X6/chartcompile/index.jsx
@@ -19,7 +19,7 @@
}
state = {
- view: 'normal',
+ view: 'base',
visible: false,
plot: null,
formlist: null,
@@ -31,7 +31,7 @@
this.setState({
visible: true,
- view: 'normal',
+ view: 'base',
plot: fromJS(config.plot).toJS(),
baseFormlist: getBaseForm(config.plot, config.columns),
formlist: getOptionForm(config.plot, config.uuid)
--
Gitblit v1.8.0