src/tabviews/commontable/index.jsx
@@ -38,7 +38,11 @@ async loadconfig () { // 获取主菜单 let result = await Api.getMainConfigsData(this.props.MenuNo) let param = { func: 'sPC_Get_LongParam', MenuID: this.props.MenuID } let result = await Api.getSystemConfig(param) if (result.status) { let newconfig = {} if (result.searches && result.searches.length > 0) {