fix: 갱신시마다 커맨드 테이블을 다시 불러줘야 함
This commit is contained in:
@@ -511,6 +511,7 @@ watch(refreshCounter, async () => {
|
|||||||
const reservedCommandPanel = ref<InstanceType<typeof PartialReservedCommand> | null>(null);
|
const reservedCommandPanel = ref<InstanceType<typeof PartialReservedCommand> | null>(null);
|
||||||
watch(refreshCounter, async () => {
|
watch(refreshCounter, async () => {
|
||||||
reservedCommandPanel.value?.reloadCommandList();
|
reservedCommandPanel.value?.reloadCommandList();
|
||||||
|
reservedCommandPanel.value?.updateCommandTable();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user