src/menu/datasource/verifycard/settingform/index.jsx
@@ -15,6 +15,7 @@ class SettingForm extends Component { static propTpyes = { updateStatus: PropTypes.func, config: PropTypes.object, // 组件配置 setting: PropTypes.object, // 数据源配置 columns: PropTypes.array, // 列设置 @@ -157,6 +158,7 @@ if (key === 'sysInterface' && value === 'true') { this.props.form.setFieldsValue({interface: window.GLOB.mainSystemApi}) } this.props.updateStatus(setting) } render() {