src/views/pcdesign/menuform/index.jsx
@@ -25,6 +25,8 @@ this.props.updateConfig({...config, cacheUseful: value}) } else if (key === 'timeUnit') { this.props.updateConfig({...config, timeUnit: value}) } else if (key === 'permission') { this.props.updateConfig({...config, permission: value}) } } @@ -117,7 +119,7 @@ </Tooltip> }> {getFieldDecorator('permission', { initialValue: config.permission || 'true' initialValue: config.permission || 'false' })( <Radio.Group onChange={(e) => {this.selectChange('permission', e.target.value)}}> <Radio value="true">使用</Radio>