diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue index 9620d5c8..6cd1e5d0 100644 --- a/hwe/ts/PageFront.vue +++ b/hwe/ts/PageFront.vue @@ -71,7 +71,7 @@ />
- +
@@ -413,6 +413,12 @@ watch(refreshCounter, async () => { }); } }); + + +const reservedCommandPanel = ref | null>(null); +watch(refreshCounter, async() => { + reservedCommandPanel.value?.reloadCommandList(); +});