@@ -319,6 +319,7 @@ class DashboardList extends React.Component {
</Col>
<Col >
<Button onClick={() => {
+ dispatch({ type: 'dashboardDesigner/reset' });
dispatch({ type: 'dashboard/remoteQucikAdd' });
}}>
<Icon type="layout" />创建报表