wujingjing
2025-02-28 389e1b4cca3935a5d16df18f51cb147bcf795977
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;