From 873ec036ec89b681e253705c2e025278cadf58dc Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期三, 24 四月 2024 17:30:24 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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