king
2022-05-27 43398618f35eb084ed4eb4000bd2e082196cbf71
src/views/appmanage/scriptform/index.jsx
@@ -17,7 +17,7 @@
  }
  state = {
    type: 'subapp',
    type: 'view',
    sublist: [],
    views: [],
    appId: '',
@@ -166,7 +166,7 @@
              </Tooltip>
            }>
              {getFieldDecorator('VType', {
                initialValue: 'subapp',
                initialValue: 'view',
                rules: [{
                  required: true,
                  message: '请选择类型!'