[UI] fix loading behavious in /flowChart
This commit is contained in:
@@ -116,6 +116,7 @@ const editFlow = (app:IAppDisplay) => {
|
|||||||
appId: app.id,
|
appId: app.id,
|
||||||
name: app.name
|
name: app.name
|
||||||
});
|
});
|
||||||
|
store.selectFlow(undefined);
|
||||||
router.push('/FlowChart/' + app.id);
|
router.push('/FlowChart/' + app.id);
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -77,6 +77,7 @@
|
|||||||
</ShowDialog>
|
</ShowDialog>
|
||||||
<q-inner-loading
|
<q-inner-loading
|
||||||
:showing="initLoading"
|
:showing="initLoading"
|
||||||
|
color="primary"
|
||||||
label="読み込み中..."
|
label="読み込み中..."
|
||||||
/>
|
/>
|
||||||
</q-page>
|
</q-page>
|
||||||
|
|||||||
Reference in New Issue
Block a user