Update Tab Cross

This commit is contained in:
2025-06-12 09:47:37 +02:00
parent f7f2e13010
commit a9bd399e9f

View File

@@ -92,7 +92,7 @@ import { UserPrefStore } from '../../stores/UserPrefStore.js';
const scenarioTypeOp = ref([ const scenarioTypeOp = ref([
{ name: 'All', value: 'all' }, { name: 'All', value: 'all' },
{ name: 'Cross', value: 'cross' }, //{ name: 'Cross', value: 'cross' },
{ name: 'Project', value: 'project' }, { name: 'Project', value: 'project' },
{ name: 'Application', value: 'application' } { name: 'Application', value: 'application' }
@@ -103,7 +103,7 @@ const scenarioTypeOp = ref([
scenario_store.setFilterString(''); scenario_store.setFilterString('');
userPrefStore.fetchUserData().then(() => { userPrefStore.fetchUserData().then(() => {
scenario_store.fetchScenariosCross(); //scenario_store.fetchScenariosCross();
scenario_store.fetchScenarios(); scenario_store.fetchScenarios();
if(userPrefStore.getSelApp != null){ if(userPrefStore.getSelApp != null){
scenario_store.fetchApplicationScenarios(); scenario_store.fetchApplicationScenarios();