|
|
@@ -147,7 +147,10 @@ class Authority extends React.Component {
|
|
|
dispatch({ type: 'userGroup/fetchList', mandatory: true });
|
|
|
dispatch({ type: 'user/fetchList', mandatory: true });
|
|
|
dispatch({ type: 'dashboard/remoteMenuTree', mandatory: true }).then(() => {
|
|
|
- dispatch({ type: 'authority/setField', name: 'panelLoading', value: false });
|
|
|
+ dispatch({ type: 'authority/setFields', fields: [
|
|
|
+ { name: 'panelLoading', value: false },
|
|
|
+ { name: 'dashboardFilterLabel', value: '' },
|
|
|
+ ]});
|
|
|
});
|
|
|
}}>
|
|
|
<Icon type='sync'/>
|