[UI] fix loading behavious in /flowChart

This commit is contained in:
xue jiahao
2024-11-18 23:35:24 +08:00
parent 40074fb162
commit ed27a18d25
2 changed files with 2 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ const editFlow = (app:IAppDisplay) => {
appId: app.id,
name: app.name
});
store.selectFlow(undefined);
router.push('/FlowChart/' + app.id);
};
</script>

View File

@@ -77,6 +77,7 @@
</ShowDialog>
<q-inner-loading
:showing="initLoading"
color="primary"
label="読み込み中..."
/>
</q-page>