fix(command):bug view PDF

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-18 18:14:34 +07:00
parent 4e6571f099
commit 18a5eecbb1

View file

@ -41,8 +41,8 @@ const currentObjectUrl = ref<string | null>(null);
function closeDialog() {
modal.value = false;
command.value = "";
commandId.value = "";
citizenId.value = "";
// commandId.value = "";
// citizenId.value = "";
}
/**