king
2021-12-10 2cb09105d702ccae0644126ca6ea7f85e1f218bc
src/templates/zshare/modalform/index.jsx
@@ -685,7 +685,7 @@
              <Form.Item label={item.label} className="text-area">
                {getFieldDecorator(item.key, {
                  initialValue: item.initVal
                })(<EditTable dict={this.props.dict} type={openType} linkSubFields={this.state.linkSubFields}/>)}
                })(<EditTable type={openType} linkSubFields={this.state.linkSubFields}/>)}
              </Form.Item>
            </Col>
          )
@@ -771,7 +771,7 @@
              if (empty) {
                notification.warning({
                  top: 92,
                  message: this.props.dict['model.form.selectItem.error'],
                  message: '下拉选项设置错误!',
                  duration: 5
                })
                return