|
|
@@ -11,6 +11,7 @@ class ChartDesigner extends React.Component {
|
|
|
const { dispatch } = this.props;
|
|
|
const { code } = this.props.match.params;
|
|
|
dispatch({ type: 'chartDesigner/reset' });
|
|
|
+ dispatch({ type: 'dataSource/fetchList' });
|
|
|
if(code !== 'create') {
|
|
|
dispatch({ type: 'chart/remoteDetail', code: code });
|
|
|
dispatch({ type: 'chart/remoteGroupList', code: code });
|