|
|
@@ -209,6 +209,7 @@ class ApprovalHome extends Component {
|
|
|
prerenderingSiblingsNumber={2}
|
|
|
hidden={this.state.tabHidden}
|
|
|
>
|
|
|
+ {this.getNewTab()}
|
|
|
{this.getReceiveTab()}
|
|
|
{this.getSendTab()}
|
|
|
</TabBar>
|
|
|
@@ -789,13 +790,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,
|