From 7e035a6ab6e6ffd27b011a2239de7ff328deb409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:36:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=A4=9A=E5=B1=82?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E8=B7=B3=E8=BD=AC=E4=BB=AA=E8=A1=A8=E6=9D=BF?= =?UTF-8?q?=E6=97=B6=E9=A1=B5=E9=9D=A2=E7=A9=BA=E7=99=BD=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20#17550=20(#18305)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/visualization/DePreviewPopDialog.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/visualization/DePreviewPopDialog.vue b/core/core-frontend/src/components/visualization/DePreviewPopDialog.vue index c0b52c37eb..2299640104 100644 --- a/core/core-frontend/src/components/visualization/DePreviewPopDialog.vue +++ b/core/core-frontend/src/components/visualization/DePreviewPopDialog.vue @@ -14,7 +14,11 @@ v-if="state.dialogShow" class="preview-main-frame" id="iframe-de-preview-pop" - :src="state.url" + :src=" + state.url.startsWith('#/preview?dvId=') + ? `?${new Date().getTime()}${state.url}` + : state.url + " scrolling="auto" frameborder="0" />