diff --git a/modeler/src/views/decision/designer/scenarios-card.vue b/modeler/src/views/decision/designer/scenarios-card.vue index 7dad255..7e6fa3e 100644 --- a/modeler/src/views/decision/designer/scenarios-card.vue +++ b/modeler/src/views/decision/designer/scenarios-card.vue @@ -72,7 +72,7 @@ export default defineComponent({ pageNum: 1, pageSize: 8, }); - const activeKey = ref(1); + const activeKey = ref(0); const totalScenarios = ref(0); const loadScenarios = (cb?: () => void) => {