Requisito Toscano

This commit is contained in:
Florinda
2025-01-29 11:08:58 +01:00
parent 36a9811f05
commit b590508ca4
8 changed files with 1146 additions and 77 deletions

View File

@@ -102,6 +102,9 @@ const scenarioTypeOp = ref([
scenario_store.fetchScenarios();
scenario_store.fetchScenariosCross();
if(userPrefStore.getSelApp != null){
scenario_store.fetchApplicationScenarios();
}
});
});