|
@@ -44,7 +44,7 @@ import { QuiskExpose } from "@/helper/mount";
|
|
|
export type FuseImage = { blob: Blob | null; taggings: CaseTagging[] };
|
|
|
const props = defineProps<{ caseId: number }>();
|
|
|
|
|
|
-const fuseUrl = computed(() => getQuery(props.caseId));
|
|
|
+const fuseUrl = computed(() => getQuery(props.caseId, true));
|
|
|
|
|
|
const taggings = ref<CaseTagging[]>([]);
|
|
|
const transferSource = computed(() =>
|