From 91d4dbb579831da006e57643770e42d7dc184d05 Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期四, 25 四月 2024 17:36:15 +0800 Subject: [PATCH] 2024-4-25 资源要求-设备管理前端调整 --- src/components/view/b1-report-preparation.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/view/b1-report-preparation.vue b/src/components/view/b1-report-preparation.vue index 793fe08..f35498b 100644 --- a/src/components/view/b1-report-preparation.vue +++ b/src/components/view/b1-report-preparation.vue @@ -408,6 +408,7 @@ let url = row.urlS?row.urlS:row.url; const link = document.createElement('a'); link.href = this.javaApi + url; + link.target = '_blank'; document.body.appendChild(link); link.click(); }, @@ -455,7 +456,7 @@ this.$confirm('鏄惁鎻愪氦褰撳墠鎶ュ憡?', "鎻愪氦", { confirmButtonText: "鎻愪氦", cancelButtonText: "鍙栨秷", - type: "success" + type: "warning" }).then(() => { this.$axios.post(this.$api.insReport.writeReport, { id: row.id -- Gitblit v1.9.3