Clean Canvas and resolve bug

This commit is contained in:
2025-03-03 12:20:49 +01:00
parent 934872a753
commit 10c28cac0d
6 changed files with 1322 additions and 715 deletions

View File

@@ -102,10 +102,8 @@ const scenarioTypeOp = ref([
onMounted(() => {
userPrefStore.fetchUserData().then(() => {
scenario_store.fetchScenarios();
scenario_store.fetchScenariosCross();
scenario_store.fetchScenarios();
if(userPrefStore.getSelApp != null){
scenario_store.fetchApplicationScenarios();
}