From 70c942fc051c9e42fa1cc20c5fc5a5b50338e840 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 18 Feb 2026 18:14:11 +0700 Subject: [PATCH] fix(command):bug view PDF --- src/modules/18_command/components/DialogPreviewCommand.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/18_command/components/DialogPreviewCommand.vue b/src/modules/18_command/components/DialogPreviewCommand.vue index 64e10f9bb..66623bfcd 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 = ""; } /**