src/tabviews/formtab/index.jsx
@@ -21,6 +21,7 @@ const { TabPane } = Tabs const SubTable = asyncComponent(() => import('@/tabviews/subtable')) const PagemsgComponent = asyncComponent(() => import('@/tabviews/zshare/pageMessage')) class NormalTable extends Component { static propTpyes = { @@ -689,6 +690,7 @@ ) }) } {this.props.menuType !== 'HS' ? <PagemsgComponent menu={{MenuName: this.props.MenuName, MenuNo: this.props.MenuNo}} config={config} dict={this.state.dict} /> : null} {viewlost ? <NotFount msg={this.state.lostmsg} /> : null} </div> )