From 18a5eecbb1fe0c750aecbd7dbd1bdc42347a49a5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 18 Feb 2026 18:14:34 +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..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 = ""; } /**