king
2022-07-12 88756147643a1d4ffb840797b96ea44462b0551d
src/tabviews/custom/components/form/step-form/index.jsx
File was renamed from src/tabviews/custom/components/form/normal-form/index.jsx
@@ -16,7 +16,7 @@
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,           // 统一查询数据
@@ -406,4 +406,4 @@
  return {}
}
export default connect(mapStateToProps, mapDispatchToProps)(NormalForm)
export default connect(mapStateToProps, mapDispatchToProps)(StepForm)