#
luxiaotao1123
2024-03-12 6aabe8ff3f3ea2d1a71e263abc45b931feeb7834
zy-asrs-flow/src/pages/map/components/settings.jsx
@@ -46,7 +46,12 @@
    };
    const handleOk = () => {
        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}