|
|
@@ -209,7 +209,6 @@ class ApprovalHome extends Component {
|
|
|
prerenderingSiblingsNumber={2}
|
|
|
hidden={this.state.tabHidden}
|
|
|
>
|
|
|
- {this.getNewTab()}
|
|
|
{this.getReceiveTab()}
|
|
|
{this.getSendTab()}
|
|
|
</TabBar>
|
|
|
@@ -790,13 +789,13 @@ class ApprovalHome extends Component {
|
|
|
})
|
|
|
let configs = response.configs
|
|
|
|
|
|
- if (isObjEmpty(configs)) {
|
|
|
+ /*if (isObjEmpty(configs)) {
|
|
|
message.warn('菜单数据为空')
|
|
|
} else {
|
|
|
saveNewState({
|
|
|
newMenuList: configs,
|
|
|
})()
|
|
|
- }
|
|
|
+ }*/
|
|
|
}).catch(error => {
|
|
|
this.setState({
|
|
|
isNewMenuLoading: false,
|