king
2021-03-11 c8e680b315ce010905f6b0409d3156218abfe056
src/templates/modalconfig/settingform/index.jsx
@@ -13,7 +13,8 @@
  }
  state = {
    fields: null
    fields: null,
    appType: sessionStorage.getItem('appType')
  }
  UNSAFE_componentWillMount () {
@@ -65,7 +66,7 @@
  render() {
    const { config, dict } = this.props
    const { fields } = this.state
    const { fields, appType } = this.state
    const { getFieldDecorator } = this.props.form
    const formItemLayout = {
@@ -161,7 +162,7 @@
              )}
            </Form.Item>
          </Col>
          {!this.props.isSubTab ? <Col span={12}>
          {!this.props.isSubTab && appType !== 'pc' ? <Col span={12}>
            <Form.Item label="挂载对象">
              {getFieldDecorator('container', {
                initialValue: config.setting.container || 'tab'