zy-asrs-flow/src/pages/map/components/settings.jsx
@@ -46,7 +46,12 @@ }; const handleOk = () => { mapForm.submit(); if (activeTabKey === 'map') { mapForm.submit(); } if (activeTabKey === 'config') { configForm.submit(); } } return ( @@ -75,11 +80,11 @@ tabList={[ { key: 'map', tab: '地图参数', tab: intl.formatMessage({id: 'map.settings.map.param', defaultMessage: '地图参数'}) }, { key: 'config', tab: '配置参数', tab: intl.formatMessage({id: 'map.settings.config.param', defaultMessage: '系统参数'}) }, ]} activeTabKey={activeTabKey}