king
2022-10-17 e8edfdadb561cd83bf6e1c3e00d55b8cc2aee6d5
src/templates/zshare/createinterface/index.jsx
@@ -13,7 +13,6 @@
class CreateInterface extends Component {
  static propTypes = {
    dict: PropTypes.object,  // 字典项
    trigger: PropTypes.func
  }
@@ -171,10 +170,10 @@
        required: true,
        options: [{
          value: 'Y',
          text: this.props.dict['model.true']
          text: '是'
        }, {
          value: 'N',
          text: this.props.dict['model.false']
          text: '否'
        }]
      }, {
        type: 'radio',
@@ -184,10 +183,10 @@
        required: true,
        options: [{
          value: 'Y',
          text: this.props.dict['model.true']
          text: '是'
        }, {
          value: 'N',
          text: this.props.dict['model.false']
          text: '否'
        }]
      }]
    })
@@ -1125,7 +1124,6 @@
          destroyOnClose
        >
          <MutilForm
            dict={this.props.dict}
            formlist={this.state.formlist}
            wrappedComponentRef={(inst) => this.FormRef = inst}
          />