src/menu/actioncomponent/index.jsx
@@ -28,7 +28,6 @@ static propTpyes = { type: PropTypes.string, // 菜单类型,主表或子表 config: PropTypes.object, // 菜单配置信息 tabs: PropTypes.array, // 所有标签 setSubConfig: PropTypes.func, // 设置子配置信息 updateaction: PropTypes.func // 菜单配置更新 } @@ -921,7 +920,6 @@ <ActionForm dict={dict} card={card} tabs={this.props.tabs} formlist={this.state.formlist} inputSubmit={this.handleSubmit} setting={config.setting}