|
|
@@ -789,15 +789,14 @@ class ApprovalHome extends Component {
|
|
|
this.setState({
|
|
|
isNewMenuLoading: false,
|
|
|
})
|
|
|
- let configs = response.configs
|
|
|
-
|
|
|
- if (isObjEmpty(configs)) {
|
|
|
- message.warn('菜单数据为空')
|
|
|
- } else {
|
|
|
- saveNewState({
|
|
|
- newMenuList: configs,
|
|
|
- })()
|
|
|
- }
|
|
|
+ // let configs = response.configs
|
|
|
+ // if (isObjEmpty(configs)) {
|
|
|
+ // message.warn('菜单数据为空')
|
|
|
+ // } else {
|
|
|
+ // saveNewState({
|
|
|
+ // newMenuList: configs,
|
|
|
+ // })()
|
|
|
+ // }
|
|
|
}).catch(error => {
|
|
|
this.setState({
|
|
|
isNewMenuLoading: false,
|