src/components/chat/chatComponents/summaryCom/components/recordSetTable/map/panelTool/ThemeControl.vue
@@ -183,7 +183,7 @@ }); const handleThemeChange = async (val, themeGroup) => { props.olMap.changeTheme(val); props.olMap.setThemeById(val); }; const cancelTheme = (themeId: string) => { themeInfo.value.find((item) => item.id === themeId).activeTheme = null;