From 89fb1308d92e10a27cf8f91f4dd766eb38976e12 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 十一月 2020 21:56:42 +0800 Subject: [PATCH] 2020-11-26 --- src/menu/components/chart/antv-bar/index.jsx | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/menu/components/chart/antv-bar/index.jsx b/src/menu/components/chart/antv-bar/index.jsx index a2efa3a..57f2fe4 100644 --- a/src/menu/components/chart/antv-bar/index.jsx +++ b/src/menu/components/chart/antv-bar/index.jsx @@ -791,7 +791,6 @@ newcard.sysInterface = card.setting.sysInterface || '' newcard.outerFunc = card.setting.outerFunc || '' newcard.interface = card.setting.interface || '' - newcard.method = 'POST' newcard.execSuccess = 'grid' newcard.execError = 'never' newcard.popClose = 'never' @@ -866,7 +865,6 @@ </Popover> {menu && menu.MenuType !== 'billPrint' ? <ActionComponent type="chart" - plus="false" config={card} updateaction={this.updateComponent} /> : null} -- Gitblit v1.8.0