From b3547d1c531e479021219fda5df153a11b9b52a3 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 31 八月 2020 17:28:09 +0800
Subject: [PATCH] 2020-08-31

---
 src/menu/components/chart/antv-bar/chartcompile/index.jsx |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/menu/components/chart/antv-bar/chartcompile/index.jsx b/src/menu/components/chart/antv-bar/chartcompile/index.jsx
index 315d9bd..d708a36 100644
--- a/src/menu/components/chart/antv-bar/chartcompile/index.jsx
+++ b/src/menu/components/chart/antv-bar/chartcompile/index.jsx
@@ -472,7 +472,6 @@
   }
 
   render() {
-    const { dict } = this.props
     const { view, visible, disabled } = this.state
     const formItemLayout = {
       labelCol: {
@@ -494,8 +493,6 @@
           visible={visible}
           width={850}
           maskClosable={false}
-          okText={dict['model.submit']}
-          cancelText={dict['model.cancel']}
           onOk={this.onSubmit}
           onCancel={() => { this.setState({ visible: false }) }}
           destroyOnClose

--
Gitblit v1.8.0