From a5f1b080956017388e5d87e7d9d1cbb5632b6cd2 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期二, 28 五月 2024 18:05:48 +0800 Subject: [PATCH] qxtj --- src/views/system/biol/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/system/biol/index.vue b/src/views/system/biol/index.vue index 265edb9..ef8d40d 100644 --- a/src/views/system/biol/index.vue +++ b/src/views/system/biol/index.vue @@ -627,6 +627,7 @@ } else { this.dialogVisible = true; this.url = window.webkitURL.createObjectURL(response); //灏嗗悗绔繑鍥炵殑blob鏂囦欢璇诲彇鍑簎rl + console.log(this.url) this.DataList1.forEach((item) => { if (item.tjNumber === this.tjNumber) { this.userId = item.tjCustomerName; @@ -689,6 +690,7 @@ const newBlob = []; newBlob.push(response); const blob = new Blob(newBlob, { type: "application/pdf" }); + var date = new Date().getTime(); var ifr = document.createElement("iframe"); ifr.style.frameborder = "no"; -- Gitblit v1.8.0