diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue index ac933189..951b8839 100644 --- a/hwe/ts/PageFront.vue +++ b/hwe/ts/PageFront.vue @@ -511,6 +511,7 @@ watch(refreshCounter, async () => { const reservedCommandPanel = ref | null>(null); watch(refreshCounter, async () => { reservedCommandPanel.value?.reloadCommandList(); + reservedCommandPanel.value?.updateCommandTable(); });