From d3a7b64c6855523c1d4b4978df09eda788c0064c Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期三, 24 四月 2024 18:20:41 +0800
Subject: [PATCH] 检验模板调整
---
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