king
2021-08-09 c78051cc51032d4e29d35ca356d11d77a473eced
src/components/normalform/index.jsx
@@ -68,13 +68,12 @@
          visible={visible}
          width={width}
          maskClosable={false}
          okText={dict['model.submit']}
          okText={dict['model.confirm']}
          onOk={this.submit}
          onCancel={() => { this.setState({ visible: false }) }}
          destroyOnClose
        >
          <ModalForm
            dict={dict}
            formlist={formlist}
            inputSubmit={this.submit}
            wrappedComponentRef={(inst) => this.Ref = inst}