diff --git a/src/modules/18_command/components/DialogPreviewCommand.vue b/src/modules/18_command/components/DialogPreviewCommand.vue index 64e10f9bb..7dbf8a959 100644 --- a/src/modules/18_command/components/DialogPreviewCommand.vue +++ b/src/modules/18_command/components/DialogPreviewCommand.vue @@ -41,8 +41,8 @@ const currentObjectUrl = ref(null); function closeDialog() { modal.value = false; command.value = ""; - commandId.value = ""; - citizenId.value = ""; + // commandId.value = ""; + // citizenId.value = ""; } /**