forked from p96170835/amis
Page 组件下发 loading 状态
This commit is contained in:
parent
e3cc7ace16
commit
748316ca94
|
@ -376,7 +376,8 @@ export default class Page extends React.Component<PageProps> {
|
|||
} = this.props;
|
||||
|
||||
const subProps = {
|
||||
onAction: this.handleAction
|
||||
onAction: this.handleAction,
|
||||
loading: store.loading
|
||||
};
|
||||
|
||||
const hasAside = aside && (!Array.isArray(aside) || aside.length);
|
||||
|
|
Loading…
Reference in New Issue