File was renamed from src/tabviews/custom/components/form/normal-form/index.jsx |
| | |
| | | const MutilForm = asyncSpinComponent(() => import('@/tabviews/zshare/mutilform')) |
| | | const NormalButton = asyncComponent(() => import('@/tabviews/zshare/actionList/normalbutton')) |
| | | |
| | | class NormalForm extends Component { |
| | | class StepForm extends Component { |
| | | static propTpyes = { |
| | | BID: PropTypes.any, // 父级Id |
| | | data: PropTypes.array, // 统一查询数据 |
| | |
| | | return {} |
| | | } |
| | | |
| | | export default connect(mapStateToProps, mapDispatchToProps)(NormalForm) |
| | | export default connect(mapStateToProps, mapDispatchToProps)(StepForm) |